Interface AutoMLConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoMLConfig.Builder,AutoMLConfig>, SdkBuilder<AutoMLConfig.Builder,AutoMLConfig>, SdkPojo
Enclosing class:
AutoMLConfig

public static interface AutoMLConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLConfig.Builder,AutoMLConfig>
  • 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.