nemo_microservices.types.evaluation.evaluation_job_search#
Module Contents#
Classes#
Data#
API#
- nemo_microservices.types.evaluation.evaluation_job_search.Config: typing_extensions.TypeAlias#
None
- class nemo_microservices.types.evaluation.evaluation_job_search.EvaluationJobSearch(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- config: nemo_microservices.types.evaluation.evaluation_job_search.Config | None#
None
An evaluation configuration.
- created_at: nemo_microservices.types.shared.date_range.DateRange | None#
None
- custom_fields: Dict[str, object] | List[Dict[str, object]] | None#
None
- description: str | List[str] | None#
None
- namespace: str | List[str] | None#
None
- output_files_url: str | List[str] | None#
None
- ownership: nemo_microservices.types.evaluation.evaluation_job_search.Ownership | None#
None
Information about ownership of an entity.
If the entity is a namespace, the
access_policieswill typically apply to all entities inside the namespace.
- project: str | List[str] | None#
None
- result: str | List[str] | None#
None
- status: nemo_microservices.types.shared.job_status.JobStatus | List[nemo_microservices.types.shared.job_status.JobStatus] | None#
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: nemo_microservices.types.evaluation.evaluation_job_search.StatusDetails | None#
None
Details about the status of the evaluation.
- target: nemo_microservices.types.evaluation.evaluation_job_search.Target | None#
None
An entity representing the target of the evaluation.
- updated_at: nemo_microservices.types.shared.date_range.DateRange | None#
None
- nemo_microservices.types.evaluation.evaluation_job_search.Ownership: typing_extensions.TypeAlias#
None
- nemo_microservices.types.evaluation.evaluation_job_search.StatusDetails: typing_extensions.TypeAlias#
None
- nemo_microservices.types.evaluation.evaluation_job_search.Target: typing_extensions.TypeAlias#
None