AWS::CleanRoomsML::ConfiguredModelAlgorithm MetricDefinition - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CleanRoomsML::ConfiguredModelAlgorithm MetricDefinition

Information about the model metric that is reported for a trained model.

Syntax

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

JSON

{ "Name" : String, "Regex" : String }

YAML

Name: String Regex: String

Properties

Name

The name of the model metric.

Required: Yes

Type: String

Pattern: ^.+$

Minimum: 1

Maximum: 255

Update requires: Replacement

Regex

The regular expression statement that defines how the model metric is reported.

Required: Yes

Type: String

Pattern: ^.+$

Minimum: 1

Maximum: 500

Update requires: Replacement