| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromAsset(software.amazon.awscdk.core.Construct scope,
String id,
software.amazon.awscdk.services.ecr.assets.DockerImageAssetProps props)
Reference a Docker image that is provided as an Asset in the current app.
|
static DockerImage |
DockerImage.fromEcrRepository(software.amazon.awscdk.services.ecr.IRepository repository)
Reference a Docker image stored in an ECR repository.
|
static DockerImage |
DockerImage.fromEcrRepository(software.amazon.awscdk.services.ecr.IRepository repository,
String tag)
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.
|
DockerImage |
AlgorithmSpecification.getTrainingImage()
Registry path of the Docker image that contains the training algorithm.
|
DockerImage |
AlgorithmSpecification.Jsii$Proxy.getTrainingImage()
Registry path of the Docker image that contains the training algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.withTrainingImage(DockerImage value)
Sets the value of TrainingImage
|
Copyright © 2019. All rights reserved.