ParameterRanges

Specifies the categorical, continuous, and integer hyperparameters, and their ranges of tunable values. The range of tunable values determines which values that a hyperparameter tuning job can choose for the specified hyperparameter. This object is part of the HyperParameterTuningJobConfig object.

Types

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

Properties

Link copied to clipboard

Specifies the tunable range for each categorical hyperparameter.

Link copied to clipboard

Specifies the tunable range for each continuous hyperparameter.

Link copied to clipboard

Specifies the tunable range for each integer hyperparameter.

Functions

Link copied to clipboard
inline fun copy(block: ParameterRanges.Builder.() -> Unit = {}): ParameterRanges
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