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.
- samples_processed: int | None = None
The number of samples from the dataset that have been processed for evaluation.
- task_status: Dict[str, Literal['pending', 'running', 'completed', 'failed']] | None = None
Information about the status of every task.