SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesArgs

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

Functions

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

Properties

Link copied to clipboard
val metricName: Output<String>? = null

The name of the metric

Link copied to clipboard
val metricRegex: Output<String>? = null

A regular expression for finding the metric in the training job logs.

Link copied to clipboard

The type of the metric. Valid values are Maximize and Minimize.