SolutionConfigHpoConfigPropertiesHpoObjectiveProperties

data class SolutionConfigHpoConfigPropertiesHpoObjectiveProperties(val metricName: String? = null, val metricRegex: String? = null, val type: SolutionConfigHpoConfigPropertiesHpoObjectivePropertiesType? = null)

The metric to optimize during HPO.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val metricName: String? = null

The name of the metric

Link copied to clipboard
val metricRegex: 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.