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
fun SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs(categoricalHyperParameterRanges: Output<List<SolutionCategoricalHyperParameterRangeArgs>>? = null, continuousHyperParameterRanges: Output<List<SolutionContinuousHyperParameterRangeArgs>>? = null, integerHyperParameterRanges: Output<List<SolutionIntegerHyperParameterRangeArgs>>? = null)
Functions
Properties
Link copied to clipboard
val categoricalHyperParameterRanges: Output<List<SolutionCategoricalHyperParameterRangeArgs>>? = null