| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TabularJobConfig |
AutoMLProblemTypeConfig.tabularJobConfig()
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
| Modifier and Type | Method and Description |
|---|---|
static AutoMLProblemTypeConfig |
AutoMLProblemTypeConfig.fromTabularJobConfig(TabularJobConfig tabularJobConfig)
Create an instance of this class with
AutoMLProblemTypeConfig.tabularJobConfig() initialized to the given value. |
AutoMLProblemTypeConfig.Builder |
AutoMLProblemTypeConfig.Builder.tabularJobConfig(TabularJobConfig tabularJobConfig)
Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).
|
Copyright © 2023. All rights reserved.