| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.builder() |
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.imageClassificationJobConfig(Consumer<ImageClassificationJobConfig.Builder> imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.imageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job V2 for the image classification problem type.
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.tabularJobConfig(Consumer<TabularJobConfig.Builder> tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.tabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
default AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textClassificationJobConfig(Consumer<TextClassificationJobConfig.Builder> textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.textClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job V2 for the text classification problem type.
|
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoMLProblemTypeConfig.Builder> |
AutoMLProblemTypeConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAutoMlJobV2Response.Builder |
DescribeAutoMlJobV2Response.Builder.autoMLProblemTypeConfig(Consumer<AutoMLProblemTypeConfig.Builder> autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML job V2.
|
default CreateAutoMlJobV2Request.Builder |
CreateAutoMlJobV2Request.Builder.autoMLProblemTypeConfig(Consumer<AutoMLProblemTypeConfig.Builder> autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
Copyright © 2023. All rights reserved.