@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLResult.Builder,AutoMLResult>
When the solution performs AutoML (performAutoML is true in CreateSolution), specifies the recipe
that best optimized the specified metric.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bestRecipeArn()
The Amazon Resource Name (ARN) of the best recipe.
|
static AutoMLResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLResult.Builder> |
serializableBuilderClass() |
AutoMLResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String bestRecipeArn()
The Amazon Resource Name (ARN) of the best recipe.
public AutoMLResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLResult.Builder,AutoMLResult>public static AutoMLResult.Builder builder()
public static Class<? extends AutoMLResult.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.