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 ContainerDefinition.
image - The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see
ContainerDefinition.AutoMLContainerDefinition.Builder modelDataUrl(String modelDataUrl)
The location of the model artifacts. For more information, see ContainerDefinition.
modelDataUrl - The location of the model artifacts. For more information, see
ContainerDefinition.AutoMLContainerDefinition.Builder environment(Map<String,String> environment)
The environment variables to set in the container. For more information, see ContainerDefinition.
environment - The environment variables to set in the container. For more information, see
ContainerDefinition.Copyright © 2023. All rights reserved.