public static interface TabularResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
| Modifier and Type | Method and Description |
|---|---|
TabularResolvedAttributes.Builder |
problemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
TabularResolvedAttributes.Builder |
problemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTabularResolvedAttributes.Builder problemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
problemType - The type of supervised learning problem available for the model candidates of the AutoML job V2
(Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.ProblemType,
ProblemTypeTabularResolvedAttributes.Builder problemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
problemType - The type of supervised learning problem available for the model candidates of the AutoML job V2
(Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.ProblemType,
ProblemTypeCopyright © 2023. All rights reserved.