public static interface AlgorithmImage.Builder extends SdkPojo, CopyableBuilder<AlgorithmImage.Builder,AlgorithmImage>
| Modifier and Type | Method and Description |
|---|---|
AlgorithmImage.Builder |
dockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
|
AlgorithmImage.Builder |
name(String name)
The name of the algorithm image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlgorithmImage.Builder name(String name)
The name of the algorithm image.
name - The name of the algorithm image.AlgorithmImage.Builder dockerURI(String dockerURI)
The URI of the Docker container for the algorithm image.
dockerURI - The URI of the Docker container for the algorithm image.Copyright © 2023. All rights reserved.