Solution Config Hpo Config Properties Hpo Objective Properties Args
data class SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesArgs(val metricName: Output<String>? = null, val metricRegex: Output<String>? = null, val type: Output<SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesType>? = null) : ConvertibleToJava<SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesArgs>
The metric to optimize during HPO.
Constructors
Link copied to clipboard
constructor(metricName: Output<String>? = null, metricRegex: Output<String>? = null, type: Output<SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesType>? = null)