nemo_microservices.types.jobs.platform_job_step_spec#

Module Contents#

Classes#

Data#

API#

nemo_microservices.types.jobs.platform_job_step_spec.Executor: typing_extensions.TypeAlias#

None

class nemo_microservices.types.jobs.platform_job_step_spec.PlatformJobStepSpec(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

config: Optional[Dict[str, object]]#

None

Configuration for the step

environment: Optional[List[nemo_microservices.types.jobs.platform_job_environment_variable.PlatformJobEnvironmentVariable]]#

None

Environment variables for the step

executor: nemo_microservices.types.jobs.platform_job_step_spec.Executor#

None

The executor for the step

name: str#

None

The name of the step. Must be unique for all steps in a job.