nemo_microservices.types.jobs.platform_job_task_status_response#

Module Contents#

Classes#

API#

class nemo_microservices.types.jobs.platform_job_task_status_response.PlatformJobTaskStatusResponse(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

error_details: Dict[str, object]#

None

error_stack: str#

None

id: str#

None

status: nemo_microservices.types.jobs.platform_job_status.PlatformJobStatus#

None

Enumeration of possible job statuses.

This enum represents the various states a job can be in during its lifecycle, from creation to a terminal state.

status_details: Dict[str, object]#

None