---
type: resource-type
title: ModelCard
description: aws resource type AWS::SageMaker::ModelCard
name: ModelCard
lexicon: aws
resource_type: AWS::SageMaker::ModelCard
---
`AWS::SageMaker::ModelCard`, a resource type of the aws lexicon.

## Properties

- `Content` (`ModelCard_Content`, required)
- `ModelCardName` (`string`, required): The unique name of the model card.
- `ModelCardStatus` (`"Approved" | "Archived" | "Draft" | "PendingReview"`, required): The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
- `CreatedBy` (`ModelCard_UserContext`, optional): Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
- `CreationTime` (`string`, optional): The date and time the model card was created.
- `LastModifiedBy` (`ModelCard_UserContext`, optional): Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
- `LastModifiedTime` (`string`, optional): The date and time the model card was last modified.
- `ModelCardArn` (`string`, optional): The Amazon Resource Name (ARN) of the successfully created model card.
- `ModelCardProcessingStatus` (`"ContentDeleted" | "DeleteCompleted" | "DeleteFailed" | "DeleteInProgress" | "DeletePending" | "ExportJobsDeleted" | "UnsetValue"`, optional): The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
- `ModelCardVersion` (`number`, optional): A version of the model card.
- `SecurityConfig` (`ModelCard_SecurityConfig`, optional)
- `Tags` (`ModelCard_Tag[]`, optional): Key-value pairs used to manage metadata for model cards.

## Attributes

- `CreatedBy.DomainId`
- `CreatedBy.UserProfileArn`
- `CreatedBy.UserProfileName`
- `CreationTime`
- `LastModifiedBy.DomainId`
- `LastModifiedBy.UserProfileArn`
- `LastModifiedBy.UserProfileName`
- `LastModifiedTime`
- `ModelCardArn`
- `ModelCardProcessingStatus`
- `ModelCardVersion`
