Uses of Class
software.amazon.awscdk.services.sagemaker.alpha.ContainerImage
Packages that use ContainerImage
Package
Description
Amazon SageMaker Construct Library
-
Uses of ContainerImage in software.amazon.awscdk.services.sagemaker.alpha
Methods in software.amazon.awscdk.services.sagemaker.alpha that return ContainerImageModifier and TypeMethodDescriptionstatic ContainerImage(experimental) Reference an image that's constructed directly from sources on disk.static ContainerImageContainerImage.fromAsset(String directory, DockerImageAssetOptions options) (experimental) Reference an image that's constructed directly from sources on disk.static ContainerImage(experimental) Reference an AWS Deep Learning Container image.static ContainerImage(experimental) Reference an AWS Deep Learning Container image.static ContainerImageContainerImage.fromEcrRepository(IRepository repository) (experimental) Reference an image in an ECR repository.static ContainerImageContainerImage.fromEcrRepository(IRepository repository, String tag) (experimental) Reference an image in an ECR repository.ContainerDefinition.getImage()(experimental) The image used to start a container.final ContainerImageContainerDefinition.Jsii$Proxy.getImage()Methods in software.amazon.awscdk.services.sagemaker.alpha with parameters of type ContainerImageModifier and TypeMethodDescriptionContainerDefinition.Builder.image(ContainerImage image) Sets the value ofContainerDefinition.getImage()