AWS::SageMaker::ModelCard MetricDataItems
Metric data. The type
determines the data types that you specify for
value
, XAxisName
and YAxisName
. For
information about specifying values for metrics, see model card JSON
schema.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
, "Notes" :String
, "Type" :String
, "Value" :Json
, "XAxisName" :[ String, ... ]
, "YAxisName" :[ String, ... ]
}
Properties
Name
-
The names of the metrics.
Required: Yes
Type: String
Update requires: No interruption
Notes
-
Any notes to add to the metric.
Required: No
Type: String
Update requires: No interruption
Type
-
You must specify one of the following data types:
-
Bar Chart –
bar_char
-
Boolean –
boolean
-
Linear Graph –
linear_graph
-
Matrix –
matrix
-
Number –
number
-
String –
string
Required: Yes
Type: String
Update requires: No interruption
-
Value
-
The datatype of the metric. The metric's value must be compatible with the metric's type.
Required: Yes
Type: Json
Update requires: No interruption
XAxisName
-
The name of the x axis.
Required: No
Type: List of String
Update requires: No interruption
YAxisName
-
The name of the y axis.
Required: No
Type: List of String
Update requires: No interruption