TaskConfigParam#

class nemo_microservices.types.TaskConfigParam

Bases: TypedDict

type: Required[str]

The type of the task.

dataset: str | DatasetEvParam

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

metrics: Dict[str, MetricConfigParam]

Metrics to be computed for the task.

params: object

Additional parameters related to the task.