@Stability(value=Experimental) @Internal public static final class ContainerDefinitionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerDefinitionOptions
ContainerDefinitionOptionssoftware.amazon.jsii.JsiiObject.InitializationModeContainerDefinitionOptions.Builder, ContainerDefinitionOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String containerHostName,
TaskInput environmentVariables,
DockerImage image,
Mode mode,
String modelPackageName,
S3Location modelS3Location)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContainerHostName()
(experimental) This parameter is ignored for models that contain only a PrimaryContainer.
|
TaskInput |
getEnvironmentVariables()
(experimental) The environment variables to set in the Docker container.
|
DockerImage |
getImage()
(experimental) The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
Mode |
getMode()
(experimental) Defines how many models the container hosts.
|
String |
getModelPackageName()
(experimental) The name or Amazon Resource Name (ARN) of the model package to use to create the model.
|
S3Location |
getModelS3Location()
(experimental) The S3 path where the model artifacts, which result from model training, are stored.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String containerHostName, TaskInput environmentVariables, DockerImage image, Mode mode, String modelPackageName, S3Location modelS3Location)
ContainerDefinitionOptions.Builder.public final String getContainerHostName()
ContainerDefinitionOptionsWhen 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
getContainerHostName in interface ContainerDefinitionOptionspublic final TaskInput getEnvironmentVariables()
ContainerDefinitionOptionsDefault: - No variables
getEnvironmentVariables in interface ContainerDefinitionOptionspublic final DockerImage getImage()
ContainerDefinitionOptionsDefault: - None
getImage in interface ContainerDefinitionOptionspublic final Mode getMode()
ContainerDefinitionOptionsDefault: - Mode.SINGLE_MODEL
getMode in interface ContainerDefinitionOptionspublic final String getModelPackageName()
ContainerDefinitionOptionsDefault: - None
getModelPackageName in interface ContainerDefinitionOptionspublic final S3Location getModelS3Location()
ContainerDefinitionOptionsThis 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
getModelS3Location in interface ContainerDefinitionOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.