Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DockerImage
Package
Description
Tasks for AWS Step Functions
-
Uses of DockerImage in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionstatic DockerImage
DockerImage.fromAsset
(software.constructs.Construct scope, String id, DockerImageAssetProps props) Reference a Docker image that is provided as an Asset in the current app.static DockerImage
DockerImage.fromEcrRepository
(IRepository repository) Reference a Docker image stored in an ECR repository.static DockerImage
DockerImage.fromEcrRepository
(IRepository repository, String tagOrDigest) Reference a Docker image stored in an ECR repository.static DockerImage
DockerImage.fromJsonExpression
(String expression) Reference a Docker image which URI is obtained from the task's input.static DockerImage
DockerImage.fromJsonExpression
(String expression, Boolean allowAnyEcrImagePull) Reference a Docker image which URI is obtained from the task's input.static DockerImage
DockerImage.fromRegistry
(String imageUri) Reference a Docker image by it's URI.default DockerImage
ContainerDefinitionOptions.getImage()
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.final DockerImage
ContainerDefinitionOptions.Jsii$Proxy.getImage()
default DockerImage
AlgorithmSpecification.getTrainingImage()
Registry path of the Docker image that contains the training algorithm.final DockerImage
AlgorithmSpecification.Jsii$Proxy.getTrainingImage()
Modifier and TypeMethodDescriptionContainerDefinition.Builder.image
(DockerImage image) The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.ContainerDefinitionOptions.Builder.image
(DockerImage image) Sets the value ofContainerDefinitionOptions.getImage()
AlgorithmSpecification.Builder.trainingImage
(DockerImage trainingImage) Sets the value ofAlgorithmSpecification.getTrainingImage()