| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnModel.ContainerDefinitionProperty.Jsii$Proxy
An implementation for
CfnModel.ContainerDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnModel.ContainerDefinitionProperty |
CfnModel.ContainerDefinitionProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnModelProps.Builder |
CfnModelProps.Builder.primaryContainer(CfnModel.ContainerDefinitionProperty primaryContainer)
Sets the value of
CfnModelProps.getPrimaryContainer() |
CfnModel.Builder |
CfnModel.Builder.primaryContainer(CfnModel.ContainerDefinitionProperty 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.
|
void |
CfnModel.setPrimaryContainer(CfnModel.ContainerDefinitionProperty value)
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 © 2022. All rights reserved.