This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::ModelPackage ModelCard
An Amazon SageMaker Model Card.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ModelCardContent" :String, "ModelCardStatus" :String}
YAML
ModelCardContent:StringModelCardStatus:String
Properties
- ModelCardContent
- Property description not available. - Required: Yes - Type: String - Pattern: - .*- Minimum: - 0- Maximum: - 100000- Update requires: Some interruptions 
- ModelCardStatus
- 
                    The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. - 
                            Draft: The model card is a work in progress.
- 
                            PendingReview: The model card is pending review.
- 
                            Approved: The model card is approved.
- 
                            Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
 Required: Yes Type: String Allowed values: Draft | PendingReview | Approved | ArchivedUpdate requires: Some interruptions 
-