class Aws::Personalize::Types::HPOObjective

The metric to optimize during hyperparameter optimization (HPO).

<note markdown=“1”> Amazon Personalize doesn't support configuring the `hpoObjective` at this time.

</note>

@note When making an API call, you may pass HPOObjective

data as a hash:

    {
      type: "HPOObjectiveType",
      metric_name: "MetricName",
      metric_regex: "MetricRegex",
    }

@!attribute [rw] type

The type of the metric. Valid values are `Maximize` and `Minimize`.
@return [String]

@!attribute [rw] metric_name

The name of the metric.
@return [String]

@!attribute [rw] metric_regex

A regular expression for finding the metric in the training job
logs.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/HPOObjective AWS API Documentation

Constants

SENSITIVE