nemo_microservices.types.customization.wand_b_integration_data#
Module Contents#
Classes#
API#
- class nemo_microservices.types.customization.wand_b_integration_data.WandBIntegrationData(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- entity: Optional[str]#
None
The username or team name under which the run will be logged.
- notes: Optional[str]#
None
A description of the run
- project: Optional[str]#
None
The name of the project under which this run will be logged.
- tags: Optional[List[str]]#
None
A list of tags to label this run.