nemo_microservices.types.task_config_param1#

Module Contents#

Classes#

Data#

API#

nemo_microservices.types.task_config_param1.Dataset: typing_extensions.TypeAlias#

None

class nemo_microservices.types.task_config_param1.TaskConfigParam#

Bases: typing_extensions.TypedDict

dataset: nemo_microservices.types.task_config_param1.Dataset#

None

Optional dataset reference.Typically, if not specified, means that the type of task has an implicit dataset.

metrics: Dict[str, nemo_microservices.types.metric_config_param.MetricConfigParam]#

None

Metrics to be computed for the task.

params: Dict[str, object]#

None

Additional parameters related to the task.

type: typing_extensions.Required[str]#

None

The type of the task.