EvaluationStatusDetails#

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

Bases: BaseModel

message: str | None = None

A message about the status of the evaluation.

progress: float | None = None

The progress of the evaluation, between 0.0 and 100.0.

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

Information about the status of every task.