@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 an AutoML candidate. For more information, see .
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLContainerDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLContainerDefinition.Builder |
builder() |
Map<String,String> |
environment()
The 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 final String image()
The ECR path of the container. For more information, see .
public final String modelDataUrl()
The location of the model artifacts. For more information, see .
public final boolean hasEnvironment()
public final Map<String,String> environment()
The environment variables to set in the container. For more information, see .
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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.