| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmImage |
AlgorithmImage.clone() |
AlgorithmImage |
Algorithm.getAlgorithmImage()
The URI of the Docker container for the algorithm image.
|
AlgorithmImage |
AlgorithmImage.withDockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
|
AlgorithmImage |
AlgorithmImage.withName(String name)
The name of the algorithm image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Algorithm.setAlgorithmImage(AlgorithmImage algorithmImage)
The URI of the Docker container for the algorithm image.
|
Algorithm |
Algorithm.withAlgorithmImage(AlgorithmImage algorithmImage)
The URI of the Docker container for the algorithm image.
|
Copyright © 2021. All rights reserved.