Solution Config Hpo Config Properties Args
data class SolutionConfigHpoConfigPropertiesArgs(val algorithmHyperParameterRanges: Output<SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs>? = null, val hpoObjective: Output<SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesArgs>? = null, val hpoResourceConfig: Output<SolutionConfigHpoConfigPropertiesHpoResourceConfigPropertiesArgs>? = null) : ConvertibleToJava<SolutionConfigHpoConfigPropertiesArgs>
Describes the properties for hyperparameter optimization (HPO)
Constructors
Link copied to clipboard
constructor(algorithmHyperParameterRanges: Output<SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs>? = null, hpoObjective: Output<SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesArgs>? = null, hpoResourceConfig: Output<SolutionConfigHpoConfigPropertiesHpoResourceConfigPropertiesArgs>? = null)
Properties
Link copied to clipboard
val algorithmHyperParameterRanges: Output<SolutionConfigHpoConfigPropertiesAlgorithmHyperParameterRangesPropertiesArgs>? = null
The hyperparameters and their allowable ranges
Link copied to clipboard
The metric to optimize during HPO.
Link copied to clipboard
val hpoResourceConfig: Output<SolutionConfigHpoConfigPropertiesHpoResourceConfigPropertiesArgs>? = null
Describes the resource configuration for hyperparameter optimization (HPO).