ModelCardVersionSummary
A summary of a specific version of the model card.
Contents
- CreationTime
- 
               The date and time that the model card version was created. Type: Timestamp Required: Yes 
- ModelCardArn
- 
               The Amazon Resource Name (ARN) of the model card. Type: String Length Constraints: Minimum length of 0. Maximum length of 256. Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}Required: Yes 
- ModelCardName
- 
               The name of the model card. Type: String Length Constraints: Minimum length of 1. Maximum length of 63. Pattern: [a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}Required: Yes 
- ModelCardStatus
- 
               The approval status of the model card version 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.
 Type: String Valid Values: Draft | PendingReview | Approved | ArchivedRequired: Yes 
- 
                     
- ModelCardVersion
- 
               A version of the model card. Type: Integer Required: Yes 
- LastModifiedTime
- 
               The time date and time that the model card version was last modified. Type: Timestamp Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: