Values.HPOObjectiveSourceThe metric to optimize during hyperparameter optimization (HPO). Amazon Personalize doesn't support configuring the hpoObjective at this time.
type nonrec t = {type_ : HPOObjectiveType.t option;The type of the metric. Valid values are Maximize and Minimize.
*)metricName : MetricName.t option;The name of the metric.
*)metricRegex : MetricRegex.t option;A regular expression for finding the metric in the training job logs.
*)}