AWS::Personalize::Solution HpoObjective - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Personalize::Solution HpoObjective

The metric to optimize during hyperparameter optimization (HPO).

Note

Amazon Personalize doesn't support configuring the hpoObjective at this time.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MetricName" : String, "MetricRegex" : String, "Type" : String }

YAML

MetricName: String MetricRegex: String Type: String

Properties

MetricName

The name of the metric.

Required: No

Type: String

Maximum: 256

Update requires: Replacement

MetricRegex

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

Required: No

Type: String

Maximum: 256

Update requires: Replacement

Type

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

Required: No

Type: String

Allowed values: Maximize | Minimize

Update requires: Replacement