public static interface AutoMLContainerDefinition.Builder extends SdkPojo, CopyableBuilder<AutoMLContainerDefinition.Builder,AutoMLContainerDefinition>
| Modifier and Type | Method and Description |
|---|---|
AutoMLContainerDefinition.Builder |
environment(Map<String,String> environment)
The environment variables to set in the container.
|
AutoMLContainerDefinition.Builder |
image(String image)
The Amazon Elastic Container Registry (Amazon ECR) path of the container.
|
AutoMLContainerDefinition.Builder |
modelDataUrl(String modelDataUrl)
The location of the model artifacts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLContainerDefinition.Builder image(String image)
The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .
image - The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .AutoMLContainerDefinition.Builder modelDataUrl(String modelDataUrl)
The location of the model artifacts. For more information, see .
modelDataUrl - The location of the model artifacts. For more information, see .AutoMLContainerDefinition.Builder environment(Map<String,String> environment)
The environment variables to set in the container. For more information, see .
environment - The environment variables to set in the container. For more information, see .Copyright © 2023. All rights reserved.