Pipe Target Parameters Batch Job Parameters Container Overrides Args
data class PipeTargetParametersBatchJobParametersContainerOverridesArgs(val commands: Output<List<String>>? = null, val environments: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironmentArgs>>? = null, val instanceType: Output<String>? = null, val resourceRequirements: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirementArgs>>? = null) : ConvertibleToJava<PipeTargetParametersBatchJobParametersContainerOverridesArgs>
Constructors
Link copied to clipboard
constructor(commands: Output<List<String>>? = null, environments: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironmentArgs>>? = null, instanceType: Output<String>? = null, resourceRequirements: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirementArgs>>? = null)
Properties
Link copied to clipboard
val environments: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironmentArgs>>? = null
The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.
Link copied to clipboard
The instance type to use for a multi-node parallel job. This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
Link copied to clipboard
val resourceRequirements: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirementArgs>>? = null
The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.