| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.clone() |
AutoMLProblemTypeConfig |
CreateAutoMLJobV2Request.getAutoMLProblemTypeConfig()
Defines the configuration settings of one of the supported problem types.
|
AutoMLProblemTypeConfig |
DescribeAutoMLJobV2Result.getAutoMLProblemTypeConfig()
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withImageClassificationJobConfig(ImageClassificationJobConfig imageClassificationJobConfig)
Settings used to configure an AutoML job using the V2 API for the image classification problem type.
|
AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.withTextClassificationJobConfig(TextClassificationJobConfig textClassificationJobConfig)
Settings used to configure an AutoML job using the V2 API for the text classification problem type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAutoMLJobV2Request.setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Defines the configuration settings of one of the supported problem types.
|
void |
DescribeAutoMLJobV2Result.setAutoMLProblemTypeConfig(AutoMLProblemTypeConfig autoMLProblemTypeConfig)
Returns the configuration settings of the problem type set for the AutoML V2 job.
|
CreateAutoMLJobV2Request |
CreateAutoMLJobV2Request.withAutoMLProblemTypeConfig(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 V2 job.
|
Copyright © 2023. All rights reserved.