@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLResolvedAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The resolved attributes used to configure an AutoML job V2.
| Constructor and Description |
|---|
AutoMLResolvedAttributes () |
public AutoMLResolvedAttributes()
public void setAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
autoMLJobObjective - public AutoMLJobObjective getAutoMLJobObjective()
public AutoMLResolvedAttributes withAutoMLJobObjective(AutoMLJobObjective autoMLJobObjective)
autoMLJobObjective - public void setCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
completionCriteria - public AutoMLJobCompletionCriteria getCompletionCriteria()
public AutoMLResolvedAttributes withCompletionCriteria(AutoMLJobCompletionCriteria completionCriteria)
completionCriteria - public void setAutoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
autoMLProblemTypeResolvedAttributes - Defines the resolved attributes specific to a problem type.public AutoMLProblemTypeResolvedAttributes getAutoMLProblemTypeResolvedAttributes()
Defines the resolved attributes specific to a problem type.
public AutoMLResolvedAttributes withAutoMLProblemTypeResolvedAttributes(AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes)
Defines the resolved attributes specific to a problem type.
autoMLProblemTypeResolvedAttributes - Defines the resolved attributes specific to a problem type.public String toString()
toString in class Object Object.toString() public AutoMLResolvedAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.