nemo_microservices.types.evaluation_status_details_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.evaluation_status_details_param.EvaluationStatusDetailsParam#

Bases: typing_extensions.TypedDict

message: str#

None

A message about the status of the evaluation.

progress: float#

None

The progress of the evaluation, between 0.0 and 100.0.

samples_processed: int#

None

The number of samples from the dataset that have been processed for evaluation.

task_status: Dict[str, nemo_microservices.types.task_status.TaskStatus]#

None

Information about the status of every task.