TaskConfig#

class nemo_microservices.types.TaskConfig(*args: Any, **kwargs: Any)

Bases: BaseModel

type: str

The type of the task.

dataset: str | DatasetEv | None = None

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

metrics: Dict[str, MetricConfig] | None = None

Metrics to be computed for the task.

params: object | None = None

Additional parameters related to the task.