Uses of Interface
software.amazon.awscdk.services.sagemaker.alpha.ContainerDefinition
Packages that use ContainerDefinition
Package
Description
Amazon SageMaker Construct Library
-
Uses of ContainerDefinition in software.amazon.awscdk.services.sagemaker.alpha
Classes in software.amazon.awscdk.services.sagemaker.alpha that implement ContainerDefinitionMethods in software.amazon.awscdk.services.sagemaker.alpha that return ContainerDefinitionModifier and TypeMethodDescriptionContainerDefinition.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.sagemaker.alpha that return types with arguments of type ContainerDefinitionModifier 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()Methods in software.amazon.awscdk.services.sagemaker.alpha with parameters of type ContainerDefinitionModifier and TypeMethodDescriptionvoidModel.addContainer(ContainerDefinition container) (experimental) Add containers to the model.Method parameters in software.amazon.awscdk.services.sagemaker.alpha with type arguments of type ContainerDefinitionModifier 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()