public static interface AutoMLContainerDefinition.Builder extends SdkPojo, CopyableBuilder<AutoMLContainerDefinition.Builder,AutoMLContainerDefinition>
| Modifier and Type | Method and Description |
|---|---|
AutoMLContainerDefinition.Builder |
environment(Map<String,String> environment)
Environment variables to set in the container.
|
AutoMLContainerDefinition.Builder |
image(String image)
The ECR path of the container.
|
AutoMLContainerDefinition.Builder |
modelDataUrl(String modelDataUrl)
The location of the model artifacts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLContainerDefinition.Builder image(String image)
The ECR path of the container. Refer to ContainerDefinition for more details.
image - The ECR path of the container. Refer to ContainerDefinition for more details.AutoMLContainerDefinition.Builder modelDataUrl(String modelDataUrl)
The location of the model artifacts. Refer to ContainerDefinition for more details.
modelDataUrl - The location of the model artifacts. Refer to ContainerDefinition for more details.AutoMLContainerDefinition.Builder environment(Map<String,String> environment)
Environment variables to set in the container. Refer to ContainerDefinition for more details.
environment - Environment variables to set in the container. Refer to ContainerDefinition for more details.Copyright © 2020. All rights reserved.