AWS::SageMaker::ModelCard MetricGroup - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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