SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs

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

constructor(categoricalHyperParameterRanges: Output<List<SolutionCategoricalHyperParameterRangeArgs>>? = null, continuousHyperParameterRanges: Output<List<SolutionContinuousHyperParameterRangeArgs>>? = null, integerHyperParameterRanges: Output<List<SolutionIntegerHyperParameterRangeArgs>>? = null)

Properties

Link copied to clipboard

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.

Functions

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