nemo_microservices.types.jobs.platform_job_task#

Module Contents#

Classes#

API#

class nemo_microservices.types.jobs.platform_job_task.PlatformJobTask(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

created_at: datetime.datetime | None#

None

error_details: Dict[str, object] | None#

None

Details about the job step errors.

error_stack: str | None#

None

id: str#

None

namespace: str | None#

None

The namespace of the entity.

project: str | None#

None

The URN of the project associated with this entity.

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

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#

None

Details about the job step status.

step_id: str#

None

updated_at: datetime.datetime | None#

None