| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TabularResolvedAttributes |
TabularResolvedAttributes.clone() |
TabularResolvedAttributes |
AutoMLProblemTypeResolvedAttributes.getTabularResolvedAttributes()
Defines the resolved attributes for the
TABULAR problem type. |
TabularResolvedAttributes |
TabularResolvedAttributes.withProblemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
TabularResolvedAttributes |
TabularResolvedAttributes.withProblemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoMLProblemTypeResolvedAttributes.setTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the
TABULAR problem type. |
AutoMLProblemTypeResolvedAttributes |
AutoMLProblemTypeResolvedAttributes.withTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Defines the resolved attributes for the
TABULAR problem type. |
Copyright © 2023. All rights reserved.