SolutionContinuousHyperParameterRangeArgs

data class SolutionContinuousHyperParameterRangeArgs(val maxValue: Output<Double>? = null, val minValue: Output<Double>? = null, val name: Output<String>? = null) : ConvertibleToJava<SolutionContinuousHyperParameterRangeArgs>

Provides the name and range of a continuous hyperparameter.

Constructors

constructor(maxValue: Output<Double>? = null, minValue: Output<Double>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val maxValue: Output<Double>? = null

The maximum allowable value for the hyperparameter.

Link copied to clipboard
val minValue: Output<Double>? = null

The minimum allowable value for the hyperparameter.

Link copied to clipboard
val name: Output<String>? = null

The name of the hyperparameter.

Functions

Link copied to clipboard
open override fun toJava(): SolutionContinuousHyperParameterRangeArgs