nemo_microservices.types.jobs.platform_job_steps_list_filter_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.jobs.platform_job_steps_list_filter_param.PlatformJobStepsListFilterParam#
Bases:
typing_extensions.TypedDict- job_id: str#
None
The ID of the job to filter steps by.
- source: str#
None
The source of the job steps.
- 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.