| Modifier and Type | Method and Description |
|---|---|
static DockerImage |
DockerImage.fromAsset(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 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.
|
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 |
|---|---|
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.trainingImage(DockerImage trainingImage)
Sets the value of
AlgorithmSpecification.getTrainingImage() |
Copyright © 2020. All rights reserved.