Interface TabularResolvedAttributes.Builder

    • 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 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, 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 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, ProblemType