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.

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

Information about the status of every task.