nemo_microservices.types.jobs.platform_job_step#

Module Contents#

Classes#

API#

class nemo_microservices.types.jobs.platform_job_step.PlatformJobStep(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

attempt_id: str#

None

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

None

Configuration for the step

created_at: Optional[datetime.datetime]#

None

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

None

id: Optional[str]#

None

Unique identifier for the job step

name: str#

None

namespace: Optional[str]#

None

The namespace of the entity.

project: Optional[str]#

None

The URN of the project associated with this entity.

status: Optional[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: Optional[Dict[str, object]]#

None

updated_at: Optional[datetime.datetime]#

None