AWS::Personalize::Solution HpoObjective - AWS CloudFormation

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 AWS 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