Class BatchContainerOverrides.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverrides.Jsii$Proxy
- All Implemented Interfaces:
BatchContainerOverrides,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BatchContainerOverrides
@Stability(Stable)
@Internal
public static final class BatchContainerOverrides.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BatchContainerOverrides
An implementation for
BatchContainerOverrides-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverrides
BatchContainerOverrides.Builder, BatchContainerOverrides.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBatchContainerOverrides.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe command to send to the container that overrides the default command from the Docker image or the job definition.The environment variables to send to the container.final NumberThe number of physical GPUs to reserve for the container.final InstanceTypeThe instance type to use for a multi-node parallel job.final SizeMemory reserved for the job.final NumbergetVcpus()The number of vCPUs to reserve for the container.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theBatchContainerOverrides.Builder.
-
-
Method Details
-
getCommand
Description copied from interface:BatchContainerOverridesThe command to send to the container that overrides the default command from the Docker image or the job definition.Default: - No command overrides
- Specified by:
getCommandin interfaceBatchContainerOverrides
-
getEnvironment
Description copied from interface:BatchContainerOverridesThe 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 job definition.
Default: - No environment overrides
- Specified by:
getEnvironmentin interfaceBatchContainerOverrides
-
getGpuCount
Description copied from interface:BatchContainerOverridesThe number of physical GPUs to reserve for the container.The number of GPUs reserved for all containers in a job should not exceed the number of available GPUs on the compute resource that the job is launched on.
Default: - No GPU reservation
- Specified by:
getGpuCountin interfaceBatchContainerOverrides
-
getInstanceType
Description copied from interface:BatchContainerOverridesThe instance type to use for a multi-node parallel job.This parameter is not valid for single-node container jobs.
Default: - No instance type overrides
- Specified by:
getInstanceTypein interfaceBatchContainerOverrides
-
getMemory
Description copied from interface:BatchContainerOverridesMemory reserved for the job.Default: - No memory overrides. The memory supplied in the job definition will be used.
- Specified by:
getMemoryin interfaceBatchContainerOverrides
-
getVcpus
Description copied from interface:BatchContainerOverridesThe number of vCPUs to reserve for the container.This value overrides the value set in the job definition.
Default: - No vCPUs overrides
- Specified by:
getVcpusin interfaceBatchContainerOverrides
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-