Interface AutoParameter.Builder

    • Method Detail

      • name

        AutoParameter.Builder name​(String 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.