nemo_microservices.types.live_evaluation#

Module Contents#

Classes#

API#

class nemo_microservices.types.live_evaluation.LiveEvaluation(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

logs: Optional[Dict[str, object]]#

None

Logs of task for live evaluation

result: Optional[nemo_microservices.types.evaluation_result.EvaluationResult]#

None

The result of an evaluation job.

status: Optional[nemo_microservices.types.shared.job_status.JobStatus]#

None

Normalized statuses for all jobs.

  • CREATED: The job is created, but not yet scheduled.

  • PENDING: The job is waiting for resource allocation.

  • RUNNING: The job is currently running.

  • CANCELLING: The job is being cancelled at the user’s request.

  • CANCELLED: The job has been cancelled by the user.

  • CANCELLING: The job is being cancelled at the user’s request.

  • FAILED: The job failed to execute and terminated.

  • COMPLETED: The job has completed successfully.

  • READY: The job is ready to be used.

  • UNKNOWN: The job status is unknown.

status_details: Optional[nemo_microservices.types.evaluation_status_details.EvaluationStatusDetails]#

None

Details about the status of the evaluation.