Interface DefaultCategoricalHyperParameterRange.Builder

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

public static interface DefaultCategoricalHyperParameterRange.Builder extends SdkPojo, CopyableBuilder<DefaultCategoricalHyperParameterRange.Builder,DefaultCategoricalHyperParameterRange>
  • Method Details

    • name

      The name of the hyperparameter.

      Parameters:
      name - The name of the hyperparameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • 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

      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.