@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TabularResolvedAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The resolved attributes specific to the tabular problem type.
Constructor and Description |
---|
TabularResolvedAttributes() |
Modifier and Type | Method and Description |
---|---|
TabularResolvedAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getProblemType()
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProblemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
String |
toString()
Returns a string representation of this object.
|
TabularResolvedAttributes |
withProblemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
TabularResolvedAttributes |
withProblemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
public void setProblemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.
problemType
- The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.ProblemType
public String getProblemType()
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.
ProblemType
public TabularResolvedAttributes withProblemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.
problemType
- The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.ProblemType
public TabularResolvedAttributes withProblemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.
problemType
- The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression). For more information, see SageMaker Autopilot problem types.ProblemType
public String toString()
toString
in class Object
Object.toString()
public TabularResolvedAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.