Interface AutoMLProblemTypeConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoMLProblemTypeConfig.Builder,AutoMLProblemTypeConfig>,SdkBuilder<AutoMLProblemTypeConfig.Builder,AutoMLProblemTypeConfig>,SdkPojo
- Enclosing class:
- AutoMLProblemTypeConfig
public static interface AutoMLProblemTypeConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLProblemTypeConfig.Builder,AutoMLProblemTypeConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AutoMLProblemTypeConfig.BuilderimageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)Settings used to configure an AutoML job V2 for the image classification problem type.AutoMLProblemTypeConfig.BuilderimageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)Settings used to configure an AutoML job V2 for the image classification problem type.default AutoMLProblemTypeConfig.BuildertabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).AutoMLProblemTypeConfig.BuildertabularJobConfig(TabularJobConfig tabularJobConfig)Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).default AutoMLProblemTypeConfig.BuildertextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)Settings used to configure an AutoML job V2 for the text classification problem type.AutoMLProblemTypeConfig.BuildertextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)Settings used to configure an AutoML job V2 for the text classification problem type.default AutoMLProblemTypeConfig.BuildertextGenerationJobConfig(Consumer<TextGenerationJobConfig.Builder> textGenerationJobConfig)Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.AutoMLProblemTypeConfig.BuildertextGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.default AutoMLProblemTypeConfig.BuildertimeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)Settings used to configure an AutoML job V2 for the time-series forecasting problem type.AutoMLProblemTypeConfig.BuildertimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)Settings used to configure an AutoML job V2 for the time-series forecasting problem type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
imageClassificationJobConfig
AutoMLProblemTypeConfig.Builder imageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
- Parameters:
imageClassificationJobConfig- Settings used to configure an AutoML job V2 for the image classification problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageClassificationJobConfig
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.Builderavoiding the need to create one manually viaImageClassificationJobConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageClassificationJobConfig(ImageClassificationJobConfig).- Parameters:
imageClassificationJobConfig- a consumer that will call methods onImageClassificationJobConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
imageClassificationJobConfig(ImageClassificationJobConfig)
-
textClassificationJobConfig
AutoMLProblemTypeConfig.Builder textClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
- Parameters:
textClassificationJobConfig- Settings used to configure an AutoML job V2 for the text classification problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textClassificationJobConfig
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.Builderavoiding the need to create one manually viaTextClassificationJobConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totextClassificationJobConfig(TextClassificationJobConfig).- Parameters:
textClassificationJobConfig- a consumer that will call methods onTextClassificationJobConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
textClassificationJobConfig(TextClassificationJobConfig)
-
tabularJobConfig
AutoMLProblemTypeConfig.Builder tabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
- Parameters:
tabularJobConfig- Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tabularJobConfig
default AutoMLProblemTypeConfig.Builder tabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
This is a convenience method that creates an instance of theTabularJobConfig.Builderavoiding the need to create one manually viaTabularJobConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totabularJobConfig(TabularJobConfig).- Parameters:
tabularJobConfig- a consumer that will call methods onTabularJobConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tabularJobConfig(TabularJobConfig)
-
timeSeriesForecastingJobConfig
AutoMLProblemTypeConfig.Builder timeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
- Parameters:
timeSeriesForecastingJobConfig- Settings used to configure an AutoML job V2 for the time-series forecasting problem type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeSeriesForecastingJobConfig
default AutoMLProblemTypeConfig.Builder timeSeriesForecastingJobConfig(Consumer<TimeSeriesForecastingJobConfig.Builder> timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
This is a convenience method that creates an instance of theTimeSeriesForecastingJobConfig.Builderavoiding the need to create one manually viaTimeSeriesForecastingJobConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig).- Parameters:
timeSeriesForecastingJobConfig- a consumer that will call methods onTimeSeriesForecastingJobConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
timeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig)
-
textGenerationJobConfig
AutoMLProblemTypeConfig.Builder textGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.
- Parameters:
textGenerationJobConfig- Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.The text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textGenerationJobConfig
default AutoMLProblemTypeConfig.Builder textGenerationJobConfig(Consumer<TextGenerationJobConfig.Builder> textGenerationJobConfig)
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
This is a convenience method that creates an instance of theThe text generation models that support fine-tuning in Autopilot are currently accessible exclusively in regions supported by Canvas. Refer to the documentation of Canvas for the full list of its supported Regions.
TextGenerationJobConfig.Builderavoiding the need to create one manually viaTextGenerationJobConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totextGenerationJobConfig(TextGenerationJobConfig).- Parameters:
textGenerationJobConfig- a consumer that will call methods onTextGenerationJobConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
textGenerationJobConfig(TextGenerationJobConfig)
-
-