| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLProblemTypeConfig |
DescribeAutoMlJobV2Response.autoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML job V2.
|
AutoMLProblemTypeConfig |
CreateAutoMlJobV2Request.autoMLProblemTypeConfig()
Defines the configuration settings of one of the supported problem types.
|
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromImageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
Create an instance of this class with
imageClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Create an instance of this class with
imageClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
Create an instance of this class with
tabularJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTabularJobConfig(TabularJobConfig tabularJobConfig)
Create an instance of this class with
tabularJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTextClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Create an instance of this class with
textClassificationJobConfig() initialized to the given value. |
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Create an instance of this class with
textClassificationJobConfig() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoMlJobV2Response.Builder |
DescribeAutoMlJobV2Response.Builder.autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
CreateAutoMlJobV2Request.Builder |
CreateAutoMlJobV2Request.Builder.autoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
Copyright © 2023. All rights reserved.