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

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "MetricData" : [ MetricDataItems, ... ], "Name" : String }

Properties

MetricData

A list of metric objects. The MetricDataItems list 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