HyperParameterSpecification  
    Defines a hyperparameter to be used by an algorithm.
Types
Properties
Link copied to clipboard
                  The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.
Link copied to clipboard
                  A brief description of the hyperparameter.
Link copied to clipboard
                  Indicates whether this hyperparameter is required.
Link copied to clipboard
                  The allowed range for this hyperparameter.
Link copied to clipboard
                  The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.
Functions
Link copied to clipboard
                  inline fun copy(block: HyperParameterSpecification.Builder.() -> Unit = {}): HyperParameterSpecification