| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TabularResolvedAttributes |
TabularResolvedAttributes.clone() |
TabularResolvedAttributes |
AutoMLProblemTypeResolvedAttributes.getTabularResolvedAttributes()
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)
The resolved attributes for the tabular problem type.
|
AutoMLProblemTypeResolvedAttributes |
AutoMLProblemTypeResolvedAttributes.withTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
The resolved attributes for the tabular problem type.
|
Copyright © 2025. All rights reserved.