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

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

AWS::SageMaker::ModelCard SimpleMetric

A simple metric for evaluating model performance.

Syntax

To declare this entity in your Amazon 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