This is the new AWS 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 MetricGroup
A group of metric data that you use to initialize a metric group object.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MetricData" :[ MetricDataItems, ... ], "Name" :String}
YAML
MetricData:- MetricDataItemsName:String
Properties
- MetricData
- 
                    A list of metric objects. The MetricDataItemslist can have one of the following values:- 
                            bar_chart_metric
- 
                            matrix_metric
- 
                            simple_metric
- 
                            linear_graph_metric
 For more information about the metric schema, see the definition section of the model card JSON schema. Required: Yes Type: Array of MetricDataItems Update requires: No interruption 
- 
                            
- Name
- 
                    The metric group name. Required: Yes Type: String Pattern: .{1,63}Update requires: No interruption