nemo_microservices.types.jobs.platform_job_steps_list_filter#

Module Contents#

Classes#

API#

class nemo_microservices.types.jobs.platform_job_steps_list_filter.PlatformJobStepsListFilter(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

job_id: str | None#

None

The ID of the job to filter steps by.

source: str | None#

None

The source of the job steps.

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.