nemo_microservices.types.jobs.platform_jobs_list_filter#
Module Contents#
Classes#
API#
- class nemo_microservices.types.jobs.platform_jobs_list_filter.PlatformJobsListFilter(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- source: str | None#
None
The source of the job.
- 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.