| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.clone() |
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.withContainerHostname(String containerHostname)
The DNS host name for the Docker container.
|
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.withImage(String image)
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.withImageDigest(String imageDigest)
An MD5 hash of the training algorithm that identifies the Docker image used for training.
|
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.withModelDataUrl(String modelDataUrl)
The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
ModelPackageContainerDefinition |
ModelPackageContainerDefinition.withProductId(String productId)
The AWS Marketplace product ID of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageContainerDefinition> |
InferenceSpecification.getContainers()
The Amazon ECR registry path of the Docker image that contains the inference code.
|
| Modifier and Type | Method and Description |
|---|---|
InferenceSpecification |
InferenceSpecification.withContainers(ModelPackageContainerDefinition... containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferenceSpecification.setContainers(Collection<ModelPackageContainerDefinition> containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
InferenceSpecification |
InferenceSpecification.withContainers(Collection<ModelPackageContainerDefinition> containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
Copyright © 2020. All rights reserved.