---
title: SageMaker Model Card
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > SageMaker Model Card
---

# SageMaker Model Card

SageMaker Model Card is a resource in AWS that provides a standardized way to document machine learning models. It captures key details such as model purpose, intended use, performance metrics, training data, and evaluation results. This helps improve transparency, governance, and compliance by centralizing model information for stakeholders.

```
aws.sagemaker_model_card
```

## Fields

| Title                        | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description |
| ---------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                         | core | string     |
| account_id                   | core | string     |
| content                      | core | string     | The content of the model card.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| created_by                   | core | json       | Information about the user who created or modified a SageMaker resource.                                                                                                                                                                                                                                                                                                                                                                                            |
| creation_time                | core | timestamp  | The date and time the model card was created.                                                                                                                                                                                                                                                                                                                                                                                                                       |
| last_modified_by             | core | json       | Information about the user who created or modified a SageMaker resource.                                                                                                                                                                                                                                                                                                                                                                                            |
| last_modified_time           | core | timestamp  | The date and time the model card was last modified.                                                                                                                                                                                                                                                                                                                                                                                                                 |
| model_card_arn               | core | string     | The Amazon Resource Name (ARN) of the model card.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| model_card_name              | core | string     | The name of the model card.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| model_card_processing_status | core | string     | The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps. DeletePending: Model card deletion request received. DeleteInProgress: Model card deletion is in progress. ContentDeleted: Deleted model card content. ExportJobsDeleted: Deleted all export jobs associated with the model card. DeleteCompleted: Successfully deleted the model card. DeleteFailed: The model card failed to delete. |
| model_card_status            | core | string     | 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.                                                 |
| model_card_version           | core | int64      | The version of the model card.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| security_config              | core | json       | The security configuration used to protect model card content.                                                                                                                                                                                                                                                                                                                                                                                                      |
| tags                         | core | hstore_csv |
