AWS::SageMaker::ModelCard Function - 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 Function

Function details.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Condition" : String, "Facet" : String, "Function" : String }

YAML

Condition: String Facet: String Function: String

Properties

Condition

An optional description of any conditions of your objective function metric.

Required: No

Type: String

Maximum: 63

Update requires: No interruption

Facet

The metric of the model's objective function. For example, loss or rmse. The following list shows examples of the values that you can specify for the metric:

  • ACCURACY

  • AUC

  • LOSS

  • MAE

  • RMSE

Required: No

Type: String

Maximum: 63

Update requires: No interruption

Function

The optimization direction of the model's objective function. You must specify one of the following values:

  • Maximize

  • Minimize

Required: No

Type: String

Allowed values: Maximize | Minimize

Update requires: No interruption