@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLProblemTypeResolvedAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The resolved attributes specific to the problem type of an AutoML job V2.
| Constructor and Description |
|---|
AutoMLProblemTypeResolvedAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLProblemTypeResolvedAttributes |
clone() |
boolean |
equals(Object obj) |
TabularResolvedAttributes |
getTabularResolvedAttributes()
Defines the resolved attributes for the
TABULAR problem type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the
TABULAR problem type. |
String |
toString()
Returns a string representation of this object.
|
AutoMLProblemTypeResolvedAttributes |
withTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the
TABULAR problem type. |
public void setTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the TABULAR problem type.
tabularResolvedAttributes - Defines the resolved attributes for the TABULAR problem type.public TabularResolvedAttributes getTabularResolvedAttributes()
Defines the resolved attributes for the TABULAR problem type.
TABULAR problem type.public AutoMLProblemTypeResolvedAttributes withTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the TABULAR problem type.
tabularResolvedAttributes - Defines the resolved attributes for the TABULAR problem type.public String toString()
toString in class ObjectObject.toString()public AutoMLProblemTypeResolvedAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.