AWS::SageMaker::ModelCard SimpleMetric - 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::SageMaker::ModelCard SimpleMetric

A simple metric for evaluating model performance.

Syntax

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

JSON

{ "Name" : String, "Notes" : String, "Type" : String, "Value" : Number, "XAxisName" : String, "YAxisName" : String }

YAML

Name: String Notes: String Type: String Value: Number XAxisName: String YAxisName: String

Properties

Name

The name of the metric.

Required: Yes

Type: String

Pattern: .{1,255}

Update requires: No interruption

Notes

Additional notes about the metric.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

Type

The type of the metric.

Required: Yes

Type: String

Allowed values: number | string | boolean

Update requires: No interruption

Value

The value of the metric.

Required: Yes

Type: Number

Update requires: No interruption

XAxisName

The name of the X-axis for the metric visualization.

Required: No

Type: String

Maximum: 63

Update requires: No interruption

YAxisName

The name of the Y-axis for the metric visualization.

Required: No

Type: String

Maximum: 63

Update requires: No interruption