Class ContainerDefinitionOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.ContainerDefinitionOptions.Jsii$Proxy
- All Implemented Interfaces:
ContainerDefinitionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerDefinitionOptions
@Stability(Stable)
@Internal
public static final class ContainerDefinitionOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ContainerDefinitionOptions
An implementation for
ContainerDefinitionOptions-
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.ContainerDefinitionOptions
ContainerDefinitionOptions.Builder, ContainerDefinitionOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theContainerDefinitionOptions.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 booleanfinal StringThis parameter is ignored for models that contain only a PrimaryContainer.final TaskInputThe environment variables to set in the Docker container.final DockerImagegetImage()The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.final ModegetMode()Defines how many models the container hosts.final StringThe name or Amazon Resource Name (ARN) of the model package to use to create the model.final S3LocationThe S3 path where the model artifacts, which result from model training, are stored.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 theContainerDefinitionOptions.Builder.
-
-
Method Details
-
getContainerHostName
Description copied from interface:ContainerDefinitionOptionsThis parameter is ignored for models that contain only a PrimaryContainer.When a ContainerDefinition is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics.
Default: - None
- Specified by:
getContainerHostNamein interfaceContainerDefinitionOptions
-
getEnvironmentVariables
Description copied from interface:ContainerDefinitionOptionsThe environment variables to set in the Docker container.Default: - No variables
- Specified by:
getEnvironmentVariablesin interfaceContainerDefinitionOptions
-
getImage
Description copied from interface:ContainerDefinitionOptionsThe Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.Default: - None
- Specified by:
getImagein interfaceContainerDefinitionOptions
-
getMode
Description copied from interface:ContainerDefinitionOptionsDefines how many models the container hosts.Default: - Mode.SINGLE_MODEL
- Specified by:
getModein interfaceContainerDefinitionOptions
-
getModelPackageName
Description copied from interface:ContainerDefinitionOptionsThe name or Amazon Resource Name (ARN) of the model package to use to create the model.Default: - None
- Specified by:
getModelPackageNamein interfaceContainerDefinitionOptions
-
getModelS3Location
Description copied from interface:ContainerDefinitionOptionsThe S3 path where the model artifacts, which result from model training, are stored.This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for Amazon SageMaker built-in algorithms, but not if you use your own algorithms.
Default: - None
- Specified by:
getModelS3Locationin interfaceContainerDefinitionOptions
-
$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()
-