| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerDefinition.Builder |
ContainerDefinition.builder() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.containerHostname(String containerHostname)
This parameter is ignored for models that contain only a
PrimaryContainer. |
ContainerDefinition.Builder |
ContainerDefinition.Builder.environment(Map<String,String> environment)
The environment variables to set in the Docker container.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.image(String image)
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.modelDataUrl(String modelDataUrl)
The S3 path where the model artifacts, which result from model training, are stored.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.modelPackageName(String modelPackageName)
The name or Amazon Resource Name (ARN) of the model package to use to create the model.
|
ContainerDefinition.Builder |
ContainerDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerDefinition.Builder> |
ContainerDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeModelResponse.Builder |
DescribeModelResponse.Builder.primaryContainer(Consumer<ContainerDefinition.Builder> 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.
|
default CreateModelRequest.Builder |
CreateModelRequest.Builder.primaryContainer(Consumer<ContainerDefinition.Builder> 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.
|
Copyright © 2019. All rights reserved.