ModelDashboardModelCard
The model card for a model displayed in the Amazon SageMaker Model Dashboard.
Contents
- CreatedBy
- 
               Information about the user who created or modified a SageMaker resource. Type: UserContext object Required: No 
- CreationTime
- 
               A timestamp that indicates when the model card was created. Type: Timestamp Required: No 
- LastModifiedBy
- 
               Information about the user who created or modified a SageMaker resource. Type: UserContext object Required: No 
- LastModifiedTime
- 
               A timestamp that indicates when the model card was last updated. Type: Timestamp Required: No 
- ModelCardArn
- 
               The Amazon Resource Name (ARN) for a 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: No 
- ModelCardName
- 
               The name of a 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: No 
- ModelCardStatus
- 
               The model card status. Type: String Valid Values: Draft | PendingReview | Approved | ArchivedRequired: No 
- ModelCardVersion
- 
               The model card version. Type: Integer Required: No 
- ModelId
- 
               For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string. Type: String Required: No 
- RiskRating
- 
               A model card's risk rating. Can be low, medium, or high. Type: String Required: No 
- SecurityConfig
- 
               The KMS Key ID ( KMSKeyId) for encryption of model card information.Type: ModelCardSecurityConfig object Required: No 
- Tags
- 
               The tags associated with a model card. Type: Array of Tag objects Array Members: Minimum number of 0 items. Maximum number of 50 items. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: