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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.ContainerDefinitionOptions
ContainerDefinitionOptions.Builder, ContainerDefinitionOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theContainerDefinitionOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
This parameter is ignored for models that contain only a PrimaryContainer.final TaskInput
The environment variables to set in the Docker container.final DockerImage
getImage()
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.final Mode
getMode()
Defines how many models the container hosts.final String
The name or Amazon Resource Name (ARN) of the model package to use to create the model.final S3Location
The S3 path where the model artifacts, which result from model training, are stored.final int
hashCode()
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:ContainerDefinitionOptions
This 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:
getContainerHostName
in interfaceContainerDefinitionOptions
-
getEnvironmentVariables
Description copied from interface:ContainerDefinitionOptions
The environment variables to set in the Docker container.Default: - No variables
- Specified by:
getEnvironmentVariables
in interfaceContainerDefinitionOptions
-
getImage
Description copied from interface:ContainerDefinitionOptions
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.Default: - None
- Specified by:
getImage
in interfaceContainerDefinitionOptions
-
getMode
Description copied from interface:ContainerDefinitionOptions
Defines how many models the container hosts.Default: - Mode.SINGLE_MODEL
- Specified by:
getMode
in interfaceContainerDefinitionOptions
-
getModelPackageName
Description copied from interface:ContainerDefinitionOptions
The name or Amazon Resource Name (ARN) of the model package to use to create the model.Default: - None
- Specified by:
getModelPackageName
in interfaceContainerDefinitionOptions
-
getModelS3Location
Description copied from interface:ContainerDefinitionOptions
The 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:
getModelS3Location
in interfaceContainerDefinitionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-