nemo_microservices.types.jobs.platform_job_spec_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.jobs.platform_job_spec_param.PlatformJobSpecParam#
Bases:
typing_extensions.TypedDict- secrets: Iterable[nemo_microservices.types.jobs.secret_param.SecretParam]#
None
List of secrets to be used in the job
- steps: typing_extensions.Required[Iterable[nemo_microservices.types.jobs.platform_job_step_spec_param.PlatformJobStepSpecParam]]#
None
List of steps to be executed in the job