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 Details

    • 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 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 SageMaker Autopilot problem types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 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 SageMaker Autopilot problem types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: