| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.clone() |
AutoMLProblemTypeConfig |
DescribeAutoMLJobV2Result.getAutoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML job V2.
|
AutoMLProblemTypeConfig |
CreateAutoMLJobV2Request.getAutoMLProblemTypeConfig()
Defines the configuration settings of one of the supported problem types.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withTabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for the tabular problem type (regression, classification).
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withTextGenerationJobConfig(TextGenerationJobConfig textGenerationJobConfig)
Settings used to configure an AutoML job V2 for the text generation (LLMs fine-tuning) problem type.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withTimeSeriesForecastingJobConfig(TimeSeriesForecastingJobConfig timeSeriesForecastingJobConfig)
Settings used to configure an AutoML job V2 for the time-series forecasting problem type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobV2Result.setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
void |
CreateAutoMLJobV2Request.setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
DescribeAutoMLJobV2Result |
DescribeAutoMLJobV2Result.withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
CreateAutoMLJobV2Request |
CreateAutoMLJobV2Request.withAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
Copyright © 2025. All rights reserved.