| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition |
CreateModelRequest.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 for predictions.
|
ContainerDefinition |
DescribeModelResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerDefinition> |
CreateModelRequest.containers()
Specifies the containers in the inference pipeline.
|
List<ContainerDefinition> |
DescribeModelResponse.containers()
The containers in the inference pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelRequest.Builder |
CreateModelRequest.Builder.containers(ContainerDefinition... containers)
Specifies the containers in the inference pipeline.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.containers(ContainerDefinition... containers)
The containers in the inference pipeline.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.primaryContainer(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 for predictions.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.primaryContainer(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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelRequest.Builder |
CreateModelRequest.Builder.containers(Collection<ContainerDefinition> containers)
Specifies the containers in the inference pipeline.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.containers(Collection<ContainerDefinition> containers)
The containers in the inference pipeline.
|
Copyright © 2020. All rights reserved.