HyperParameterSpecification

Defines a hyperparameter to be used by an algorithm.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

Link copied to clipboard
val name: String?

The name of this hyperparameter. The name must be unique.

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String