@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLResult extends Object implements Serializable, Cloneable, StructuredPojo
When the solution performs AutoML (performAutoML is true in CreateSolution), specifies the
recipe that best optimized the specified metric.
| Constructor and Description |
|---|
AutoMLResult() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLResult |
clone() |
boolean |
equals(Object obj) |
String |
getBestRecipeArn()
The Amazon Resource Name (ARN) of the best recipe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLResult |
withBestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
|
public void setBestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
bestRecipeArn - The Amazon Resource Name (ARN) of the best recipe.public String getBestRecipeArn()
The Amazon Resource Name (ARN) of the best recipe.
public AutoMLResult withBestRecipeArn(String bestRecipeArn)
The Amazon Resource Name (ARN) of the best recipe.
bestRecipeArn - The Amazon Resource Name (ARN) of the best recipe.public String toString()
toString in class ObjectObject.toString()public AutoMLResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.