| 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)
(experimental) Reference a Docker image that is provided as an Asset in the current app.
|
static DockerImage |
DockerImage.fromEcrRepository(IRepository repository)
(experimental) Reference a Docker image stored in an ECR repository.
|
static DockerImage |
DockerImage.fromEcrRepository(IRepository repository,
String tag)
(experimental) Reference a Docker image stored in an ECR repository.
|
static DockerImage |
DockerImage.fromJsonExpression(String expression)
(experimental) Reference a Docker image which URI is obtained from the task's input.
|
static DockerImage |
DockerImage.fromJsonExpression(String expression,
Boolean allowAnyEcrImagePull)
(experimental) Reference a Docker image which URI is obtained from the task's input.
|
static DockerImage |
DockerImage.fromRegistry(String imageUri)
(experimental) Reference a Docker image by it's URI.
|
default DockerImage |
ContainerDefinitionOptions.getImage()
(experimental) The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
|
DockerImage |
ContainerDefinitionOptions.Jsii$Proxy.getImage() |
default DockerImage |
AlgorithmSpecification.getTrainingImage()
(experimental) 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)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String algorithmName,
List<? extends MetricDefinition> metricDefinitions,
DockerImage trainingImage,
InputMode trainingInputMode)
Constructor that initializes the object based on literal property values passed by the
AlgorithmSpecification.Builder. |
Jsii$Proxy(String containerHostName,
TaskInput environmentVariables,
DockerImage image,
Mode mode,
String modelPackageName,
S3Location modelS3Location)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Copyright © 2021. All rights reserved.