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

The intended uses of a model.

Syntax

To declare this entity in your Amazon 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