nemo_microservices.types.jobs.platform_job_step_spec_param#
Module Contents#
Classes#
Data#
API#
- nemo_microservices.types.jobs.platform_job_step_spec_param.Executor: typing_extensions.TypeAlias#
None
- class nemo_microservices.types.jobs.platform_job_step_spec_param.PlatformJobStepSpecParam#
Bases:
typing_extensions.TypedDict- config: Dict[str, object]#
None
Configuration for the step
- environment: Iterable[nemo_microservices.types.jobs.platform_job_environment_variable_param.PlatformJobEnvironmentVariableParam]#
None
Environment variables for the step
- executor: typing_extensions.Required[nemo_microservices.types.jobs.platform_job_step_spec_param.Executor]#
None
The executor for the step
- name: typing_extensions.Required[str]#
None
The name of the step. Must be unique for all steps in a job.