public static interface AutoMLProblemTypeConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLProblemTypeConfig.Builder,AutoMLProblemTypeConfig>
| Modifier and Type | Method and Description |
|---|---|
default AutoMLProblemTypeConfig.Builder |
imageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
AutoMLProblemTypeConfig.Builder |
imageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
default AutoMLProblemTypeConfig.Builder |
tabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
AutoMLProblemTypeConfig.Builder |
tabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
default AutoMLProblemTypeConfig.Builder |
textClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
AutoMLProblemTypeConfig.Builder |
textClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
default AutoMLProblemTypeConfig.Builder |
timeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
AutoMLProblemTypeConfig.Builder |
timeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for a time-series forecasting problem type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLProblemTypeConfig.Builder imageClassificationJobConfig(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.default AutoMLProblemTypeConfig.Builder imageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
This is a convenience method that creates an instance of theImageClassificationJobConfig.Builder
avoiding the need to create one manually via ImageClassificationJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to imageClassificationJobConfig(ImageClassificationJobConfig).
imageClassificationJobConfig - a consumer that will call methods on ImageClassificationJobConfig.BuilderimageClassificationJobConfig(ImageClassificationJobConfig)AutoMLProblemTypeConfig.Builder textClassificationJobConfig(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.default AutoMLProblemTypeConfig.Builder textClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
This is a convenience method that creates an instance of theTextClassificationJobConfig.Builder
avoiding the need to create one manually via TextClassificationJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to textClassificationJobConfig(TextClassificationJobConfig).
textClassificationJobConfig - a consumer that will call methods on TextClassificationJobConfig.BuildertextClassificationJobConfig(TextClassificationJobConfig)AutoMLProblemTypeConfig.Builder tabularJobConfig(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).default AutoMLProblemTypeConfig.Builder tabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
This is a convenience method that creates an instance of theTabularJobConfig.Builder avoiding the
need to create one manually via TabularJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tabularJobConfig(TabularJobConfig).
tabularJobConfig - a consumer that will call methods on TabularJobConfig.BuildertabularJobConfig(TabularJobConfig)AutoMLProblemTypeConfig.Builder timeSeriesForecastingJobConfig(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.
default AutoMLProblemTypeConfig.Builder timeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> 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.Builder avoiding the need to create one manually via
TimeSeriesForecastingJobConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
timeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig).
timeSeriesForecastingJobConfig - a consumer that will call methods on TimeSeriesForecastingJobConfig.BuildertimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig)Copyright © 2023. All rights reserved.