@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLProblemTypeResolvedAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Stores 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()
The resolved attributes for the tabular problem type.
|
TextGenerationResolvedAttributes |
getTextGenerationResolvedAttributes()
The resolved attributes for the text generation problem type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
|
void |
setTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLProblemTypeResolvedAttributes |
withTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
|
AutoMLProblemTypeResolvedAttributes |
withTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
|
public void setTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
tabularResolvedAttributes - The resolved attributes for the tabular problem type.public TabularResolvedAttributes getTabularResolvedAttributes()
The resolved attributes for the tabular problem type.
public AutoMLProblemTypeResolvedAttributes withTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
tabularResolvedAttributes - The resolved attributes for the tabular problem type.public void setTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
textGenerationResolvedAttributes - The resolved attributes for the text generation problem type.public TextGenerationResolvedAttributes getTextGenerationResolvedAttributes()
The resolved attributes for the text generation problem type.
public AutoMLProblemTypeResolvedAttributes withTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
The resolved attributes for the text generation problem type.
textGenerationResolvedAttributes - The resolved attributes for the text generation problem type.public String toString()
toString in class ObjectObject.toString()public AutoMLProblemTypeResolvedAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.