Interface AutoMLConfig.Builder

  • Method Details

    • metricName

      AutoMLConfig.Builder metricName(String metricName)

      The metric to optimize.

      Parameters:
      metricName - The metric to optimize.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recipeList

      AutoMLConfig.Builder recipeList(Collection<String> recipeList)

      The list of candidate recipes.

      Parameters:
      recipeList - The list of candidate recipes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recipeList

      AutoMLConfig.Builder recipeList(String... recipeList)

      The list of candidate recipes.

      Parameters:
      recipeList - The list of candidate recipes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.