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