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: List[nemo_microservices.types.jobs.platform_job_status.PlatformJobStatus]#

None

The list of statuses to filter steps by.