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

The intended uses of a model.

Syntax

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

JSON

{ "ExplanationsForRiskRating" : String, "FactorsAffectingModelEfficiency" : String, "IntendedUses" : String, "PurposeOfModel" : String, "RiskRating" : String }

Properties

ExplanationsForRiskRating

An explanation of why your organization categorizes the model with its risk rating.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

FactorsAffectingModelEfficiency

Factors affecting model efficacy.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

IntendedUses

The intended use cases for the model.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

PurposeOfModel

The general purpose of the model.

Required: No

Type: String

Maximum: 2048

Update requires: No interruption

RiskRating

Your organization's risk rating. You can specify one the following values as the risk rating:

  • High

  • Medium

  • Low

  • Unknown

Required: No

Type: String

Allowed values: High | Medium | Low | Unknown

Update requires: No interruption