@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AutoMLResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.