| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
DockerImage |
ContainerDefinitionOptions.Jsii$Proxy.getImage() |
default DockerImage |
AlgorithmSpecification.getTrainingImage()
Registry path of the Docker image that contains the training algorithm.
|
DockerImage |
AlgorithmSpecification.Jsii$Proxy.getTrainingImage() |
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.image(DockerImage image)
Sets the value of
ContainerDefinitionOptions.getImage() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.image(DockerImage image)
The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.trainingImage(DockerImage trainingImage)
Sets the value of
AlgorithmSpecification.getTrainingImage() |
Copyright © 2022. All rights reserved.