nemo_microservices.types.jobs.platform_jobs_list_filter_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.jobs.platform_jobs_list_filter_param.PlatformJobsListFilterParam#
Bases:
typing_extensions.TypedDict- source: str#
None
The source of the job.
- 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.