Uses of Interface
software.amazon.awscdk.services.sagemaker.alpha.ContainerDefinition
Package
Description
Amazon SageMaker Construct Library
-
Uses of ContainerDefinition in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeMethodDescriptionContainerDefinition.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptiondefault List<ContainerDefinition>
ModelProps.getContainers()
(experimental) Specifies the container definitions for this model, consisting of either a single primary container or an inference pipeline of multiple containers.final List<ContainerDefinition>
ModelProps.Jsii$Proxy.getContainers()
Modifier and TypeMethodDescriptionvoid
Model.addContainer
(ContainerDefinition container) (experimental) Add containers to the model.Modifier and TypeMethodDescriptionModel.Builder.containers
(List<? extends ContainerDefinition> containers) (experimental) Specifies the container definitions for this model, consisting of either a single primary container or an inference pipeline of multiple containers.ModelProps.Builder.containers
(List<? extends ContainerDefinition> containers) Sets the value ofModelProps.getContainers()