Interface AutoParameter.Builder

  • Method Details

    • name

      The name of the hyperparameter to optimize using Autotune.

      Parameters:
      name - The name of the hyperparameter to optimize using Autotune.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueHint

      AutoParameter.Builder valueHint(String valueHint)

      An example value of the hyperparameter to optimize using Autotune.

      Parameters:
      valueHint - An example value of the hyperparameter to optimize using Autotune.
      Returns:
      Returns a reference to this object so that method calls can be chained together.