EvaluationStatusDetailsParam#

class nemo_microservices.types.EvaluationStatusDetailsParam

Bases: TypedDict

message: str

A message about the status of the evaluation.

progress: float

The progress of the evaluation, between 0.0 and 100.0.

samples_processed: int

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

task_status: Dict[str, Literal['pending', 'running', 'completed', 'failed']]

Information about the status of every task.