Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnModel.ContainerDefinitionProperty
-
Uses of CfnModel.ContainerDefinitionProperty in software.amazon.awscdk.services.sagemaker
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnModel.ContainerDefinitionProperty
Modifier and TypeMethodDescriptionCfnModel.ContainerDefinitionProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnModel.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.CfnModelProps.Builder.primaryContainer
(CfnModel.ContainerDefinitionProperty primaryContainer) Sets the value ofCfnModelProps.getPrimaryContainer()
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.