Interface DefaultCategoricalHyperParameterRange.Builder

    • Method Detail

      • values

        DefaultCategoricalHyperParameterRange.Builder values​(String... values)

        A list of the categories for the hyperparameter.

        Parameters:
        values - A list of the categories for the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTunable

        DefaultCategoricalHyperParameterRange.Builder isTunable​(Boolean isTunable)

        Whether the hyperparameter is tunable.

        Parameters:
        isTunable - Whether the hyperparameter is tunable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.