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}
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:
1024Update requires: No interruption
Type-
The type of the metric.
Required: Yes
Type: String
Allowed values:
number | string | booleanUpdate 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:
63Update requires: No interruption
YAxisName-
The name of the Y-axis for the metric visualization.
Required: No
Type: String
Maximum:
63Update requires: No interruption