@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMLProblemTypeConfig extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings specific to the problem type used to configure an AutoML job V2. There must be one and only one config of the following type.
| Constructor and Description |
|---|
AutoMLProblemTypeConfig() |
| Modifier and Type | Method and Description |
|---|---|
AutoMLProblemTypeConfig |
clone() |
boolean |
equals(Object obj) |
ImageClassificationJobConfig |
getImageClassificationJobConfig()
Settings used to configure an AutoML job V2 for the image classification problem type.
|
TabularJobConfig |
getTabularJobConfig()
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
TextClassificationJobConfig |
getTextClassificationJobConfig()
Settings used to configure an AutoML job V2 for the text classification problem type.
|
TimeSeriesForecastingJobConfig |
getTimeSeriesForecastingJobConfig()
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
void |
setTabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
void |
setTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
void |
setTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
String |
toString()
Returns a string representation of this object.
|
AutoMLProblemTypeConfig |
withImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
AutoMLProblemTypeConfig |
withTabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
AutoMLProblemTypeConfig |
withTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
AutoMLProblemTypeConfig |
withTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
public void setImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
imageClassificationJobConfig - Settings used to configure an AutoML job V2 for the image classification problem type.public ImageClassificationJobConfig getImageClassificationJobConfig()
Settings used to configure an AutoML job V2 for the image classification problem type.
public AutoMLProblemTypeConfig withImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
imageClassificationJobConfig - Settings used to configure an AutoML job V2 for the image classification problem type.public void setTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
textClassificationJobConfig - Settings used to configure an AutoML job V2 for the text classification problem type.public TextClassificationJobConfig getTextClassificationJobConfig()
Settings used to configure an AutoML job V2 for the text classification problem type.
public AutoMLProblemTypeConfig withTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
textClassificationJobConfig - Settings used to configure an AutoML job V2 for the text classification problem type.public void setTabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
tabularJobConfig - Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).public TabularJobConfig getTabularJobConfig()
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
public AutoMLProblemTypeConfig withTabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
tabularJobConfig - Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).public void setTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon
Web Services Support or your account manager to learn more about access privileges.
timeSeriesForecastingJobConfig - Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact
Amazon Web Services Support or your account manager to learn more about access privileges.
public TimeSeriesForecastingJobConfig getTimeSeriesForecastingJobConfig()
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon
Web Services Support or your account manager to learn more about access privileges.
The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact
Amazon Web Services Support or your account manager to learn more about access privileges.
public AutoMLProblemTypeConfig withTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon
Web Services Support or your account manager to learn more about access privileges.
timeSeriesForecastingJobConfig - Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact
Amazon Web Services Support or your account manager to learn more about access privileges.
public String toString()
toString in class ObjectObject.toString()public AutoMLProblemTypeConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.