Interface TabularResolvedAttributes.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
,SdkBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
,SdkPojo
- Enclosing class:
- TabularResolvedAttributes
public static interface TabularResolvedAttributes.Builder extends SdkPojo, CopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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).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).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
problemType
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). For more information, see Amazon SageMaker Autopilot problem types.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProblemType
,ProblemType
-
problemType
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). For more information, see Amazon SageMaker Autopilot problem types.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProblemType
,ProblemType
-
-