@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLProblemTypeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLProblemTypeConfig.Builder,AutoMLProblemTypeConfig>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLProblemTypeConfig.Builder |
static class |
AutoMLProblemTypeConfig.Type |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLProblemTypeConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static AutoMLProblemTypeConfig |
fromImageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
Create an instance of this class with
imageClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Create an instance of this class with
imageClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromTabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
Create an instance of this class with
tabularJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromTabularJobConfig(TabularJobConfig tabularJobConfig)
Create an instance of this class with
tabularJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Create an instance of this class with
textClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Create an instance of this class with
textClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromTimeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)
Create an instance of this class with
timeSeriesForecastingJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
fromTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Create an instance of this class with
timeSeriesForecastingJobConfig() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageClassificationJobConfig |
imageClassificationJobConfig()
Settings used to configure an AutoML job V2 for the image classification problem type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLProblemTypeConfig.Builder> |
serializableBuilderClass() |
TabularJobConfig |
tabularJobConfig()
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
TextClassificationJobConfig |
textClassificationJobConfig()
Settings used to configure an AutoML job V2 for the text classification problem type.
|
TimeSeriesForecastingJobConfig |
timeSeriesForecastingJobConfig()
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
AutoMLProblemTypeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AutoMLProblemTypeConfig.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ImageClassificationJobConfig imageClassificationJobConfig()
Settings used to configure an AutoML job V2 for the image classification problem type.
public final TextClassificationJobConfig textClassificationJobConfig()
Settings used to configure an AutoML job V2 for the text classification problem type.
public final TabularJobConfig tabularJobConfig()
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
public final TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig()
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
public AutoMLProblemTypeConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLProblemTypeConfig.Builder,AutoMLProblemTypeConfig>public static AutoMLProblemTypeConfig.Builder builder()
public static Class<? extends AutoMLProblemTypeConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static AutoMLProblemTypeConfig fromImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
imageClassificationJobConfig() initialized to the given value.
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 static AutoMLProblemTypeConfig fromImageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
imageClassificationJobConfig() initialized to the given value.
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 static AutoMLProblemTypeConfig fromTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
textClassificationJobConfig() initialized to the given value.
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 static AutoMLProblemTypeConfig fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
textClassificationJobConfig() initialized to the given value.
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 static AutoMLProblemTypeConfig fromTabularJobConfig(TabularJobConfig tabularJobConfig)
tabularJobConfig() initialized to the given value.
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 static AutoMLProblemTypeConfig fromTabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
tabularJobConfig() initialized to the given value.
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 static AutoMLProblemTypeConfig fromTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
timeSeriesForecastingJobConfig() initialized to the given value.
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
timeSeriesForecastingJobConfig - Settings used to configure an AutoML job V2 for a time-series forecasting problem type.public static AutoMLProblemTypeConfig fromTimeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)
timeSeriesForecastingJobConfig() initialized to the given value.
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
timeSeriesForecastingJobConfig - Settings used to configure an AutoML job V2 for a time-series forecasting problem type.public AutoMLProblemTypeConfig.Type type()
AutoMLProblemTypeConfig.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be AutoMLProblemTypeConfig.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.