Solution Config Hpo Config Properties Algorithm Hyper Parameter Ranges Properties Args
data class SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs(val categoricalHyperParameterRanges: Output<List<SolutionCategoricalHyperParameterRangeArgs>>? = null, val continuousHyperParameterRanges: Output<List<SolutionContinuousHyperParameterRangeArgs>>? = null, val integerHyperParameterRanges: Output<List<SolutionIntegerHyperParameterRangeArgs>>? = null) : ConvertibleToJava<SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs>
The hyperparameters and their allowable ranges
Constructors
Link copied to clipboard
constructor(categoricalHyperParameterRanges: Output<List<SolutionCategoricalHyperParameterRangeArgs>>? = null, continuousHyperParameterRanges: Output<List<SolutionContinuousHyperParameterRangeArgs>>? = null, integerHyperParameterRanges: Output<List<SolutionIntegerHyperParameterRangeArgs>>? = null)
Properties
Link copied to clipboard
val categoricalHyperParameterRanges: Output<List<SolutionCategoricalHyperParameterRangeArgs>>? = null
The categorical hyperparameters and their ranges.
Link copied to clipboard
The continuous hyperparameters and their ranges.
Link copied to clipboard
The integer hyperparameters and their ranges.