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

constructor(metricName: Output<String>? = null, metricRegex: Output<String>? = null, type: Output<SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesType>? = null)

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.

Functions

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