nemo_microservices.types.customization.wand_b_integration_data_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.customization.wand_b_integration_data_param.WandBIntegrationDataParam#

Bases: typing_extensions.TypedDict

entity: str#

None

The username or team name under which the run will be logged.

notes: str#

None

A description of the run

project: str#

None

The name of the project under which this run will be logged.

tags: nemo_microservices._types.SequenceNotStr[str]#

None

A list of tags to label this run.