Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.DockerImage
Packages that use DockerImage
Package
Description
Tasks for AWS Step Functions
- 
Uses of DockerImage in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return DockerImageModifier and TypeMethodDescriptionstatic DockerImageDockerImage.fromAsset(software.constructs.Construct scope, String id, DockerImageAssetProps props) Reference a Docker image that is provided as an Asset in the current app.static DockerImageDockerImage.fromEcrRepository(IRepository repository) Reference a Docker image stored in an ECR repository.static DockerImageDockerImage.fromEcrRepository(IRepository repository, String tagOrDigest) Reference a Docker image stored in an ECR repository.static DockerImageDockerImage.fromJsonExpression(String expression) Reference a Docker image which URI is obtained from the task's input.static DockerImageDockerImage.fromJsonExpression(String expression, Boolean allowAnyEcrImagePull) Reference a Docker image which URI is obtained from the task's input.static DockerImageDockerImage.fromRegistry(String imageUri) Reference a Docker image by it's URI.default DockerImageContainerDefinitionOptions.getImage()The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.final DockerImageContainerDefinitionOptions.Jsii$Proxy.getImage()default DockerImageAlgorithmSpecification.getTrainingImage()Registry path of the Docker image that contains the training algorithm.final DockerImageAlgorithmSpecification.Jsii$Proxy.getTrainingImage()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type DockerImageModifier 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()