@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLContainerDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLContainerDefinition.Builder,AutoMLContainerDefinition>
A list of container definitions that describe the different containers that make up one AutoML candidate. Refer to ContainerDefinition for more details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLContainerDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLContainerDefinition.Builder |
builder() |
Map<String,String> |
environment()
Environment variables to set in the container.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEnvironment()
Returns true if the Environment property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
image()
The ECR path of the container.
|
String |
modelDataUrl()
The location of the model artifacts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLContainerDefinition.Builder> |
serializableBuilderClass() |
AutoMLContainerDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String image()
The ECR path of the container. Refer to ContainerDefinition for more details.
public String modelDataUrl()
The location of the model artifacts. Refer to ContainerDefinition for more details.
public boolean hasEnvironment()
public Map<String,String> environment()
Environment variables to set in the container. Refer to ContainerDefinition for more details.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEnvironment() to see if a value was sent in this field.
public AutoMLContainerDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLContainerDefinition.Builder,AutoMLContainerDefinition>public static AutoMLContainerDefinition.Builder builder()
public static Class<? extends AutoMLContainerDefinition.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.