| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition |
ContainerDefinition.addEnvironmentEntry(String key,
String value) |
ContainerDefinition |
ContainerDefinition.clearEnvironmentEntries()
Removes all the entries added into Environment.
|
ContainerDefinition |
ContainerDefinition.clone() |
ContainerDefinition |
DescribeModelResult.getPrimaryContainer()
The location of the primary inference code, associated artifacts, and custom environment map that the inference
code uses when it is deployed in production.
|
ContainerDefinition |
CreateModelRequest.getPrimaryContainer()
The location of the primary docker image containing inference code, associated artifacts, and custom environment
map that the inference code uses when the model is deployed into production.
|
ContainerDefinition |
ContainerDefinition.withContainerHostname(String containerHostname)
The DNS host name for the container after Amazon SageMaker deploys it.
|
ContainerDefinition |
ContainerDefinition.withEnvironment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
ContainerDefinition |
ContainerDefinition.withImage(String image)
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
ContainerDefinition |
ContainerDefinition.withModelDataUrl(String modelDataUrl)
The S3 path where the model artifacts, which result from model training, are stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerDefinition> |
DescribeModelResult.getSupplementalContainers()
The description of additional optional containers that you defined when creating the model.
|
List<ContainerDefinition> |
CreateModelRequest.getSupplementalContainers()
The additional optional containers to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelResult.setPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary inference code, associated artifacts, and custom environment map that the inference
code uses when it is deployed in production.
|
void |
CreateModelRequest.setPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary docker image containing inference code, associated artifacts, and custom environment
map that the inference code uses when the model is deployed into production.
|
DescribeModelResult |
DescribeModelResult.withPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary inference code, associated artifacts, and custom environment map that the inference
code uses when it is deployed in production.
|
CreateModelRequest |
CreateModelRequest.withPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary docker image containing inference code, associated artifacts, and custom environment
map that the inference code uses when the model is deployed into production.
|
DescribeModelResult |
DescribeModelResult.withSupplementalContainers(ContainerDefinition... supplementalContainers)
The description of additional optional containers that you defined when creating the model.
|
CreateModelRequest |
CreateModelRequest.withSupplementalContainers(ContainerDefinition... supplementalContainers)
The additional optional containers to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelResult.setSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The description of additional optional containers that you defined when creating the model.
|
void |
CreateModelRequest.setSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The additional optional containers to deploy.
|
DescribeModelResult |
DescribeModelResult.withSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The description of additional optional containers that you defined when creating the model.
|
CreateModelRequest |
CreateModelRequest.withSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The additional optional containers to deploy.
|
Copyright © 2017. All rights reserved.