| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageContainerDefinition> |
InferenceSpecification.containers()
The Amazon ECR registry path of the Docker image that contains the inference code.
|
| Modifier and Type | Method and Description |
|---|---|
InferenceSpecification.Builder |
InferenceSpecification.Builder.containers(ModelPackageContainerDefinition... containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
| Modifier and Type | Method and Description |
|---|---|
InferenceSpecification.Builder |
InferenceSpecification.Builder.containers(Collection<ModelPackageContainerDefinition> containers)
The Amazon ECR registry path of the Docker image that contains the inference code.
|
Copyright © 2021. All rights reserved.