@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()
For responses, this returns true if the service returned a value for the Environment property.
|
int |
hashCode() |
String |
image()
The Amazon Elastic Container Registry (Amazon 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, wait
copy
public final String image()
The Amazon Elastic Container Registry (Amazon 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()
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEnvironment()
method.
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 SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.