public static final class ContainerDefinitionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerDefinitionOptions
ContainerDefinitionOptions
ContainerDefinitionOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContainerHostName()
This parameter is ignored for models that contain only a PrimaryContainer.
|
TaskInput |
getEnvironmentVariables()
The environment variables to set in the Docker container.
|
DockerImage |
getImage()
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
Mode |
getMode()
Defines how many models the container hosts.
|
java.lang.String |
getModelPackageName()
The name or Amazon Resource Name (ARN) of the model package to use to create the model.
|
S3Location |
getModelS3Location()
The S3 path where the model artifacts, which result from model training, are stored.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getContainerHostName()
ContainerDefinitionOptions
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
getContainerHostName
in interface ContainerDefinitionOptions
public final TaskInput getEnvironmentVariables()
ContainerDefinitionOptions
Default: - No variables
getEnvironmentVariables
in interface ContainerDefinitionOptions
public final DockerImage getImage()
ContainerDefinitionOptions
Default: - None
getImage
in interface ContainerDefinitionOptions
public final Mode getMode()
ContainerDefinitionOptions
Default: - Mode.SINGLE_MODEL
getMode
in interface ContainerDefinitionOptions
public final java.lang.String getModelPackageName()
ContainerDefinitionOptions
Default: - None
getModelPackageName
in interface ContainerDefinitionOptions
public final S3Location getModelS3Location()
ContainerDefinitionOptions
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
getModelS3Location
in interface ContainerDefinitionOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()