Interface IntegerHyperParameterRange.Builder

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

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

      The minimum allowable value for the hyperparameter.

      Parameters:
      minValue - The minimum allowable value for the hyperparameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxValue

      The maximum allowable value for the hyperparameter.

      Parameters:
      maxValue - The maximum allowable value for the hyperparameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.