The intended uses of a model.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ExplanationsForRiskRating" : String
,
"FactorsAffectingModelEfficiency" : String
,
"IntendedUses" : String
,
"PurposeOfModel" : String
,
"RiskRating" : String
}
YAML
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
-