AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::ModelCard

CfnModelCard

Creates an Amazon SageMaker Model Card. For information about how to use model cards, see [Amazon SageMaker Model Card](https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html) .

Import

import { CfnModelCard } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnModelCard

Properties

Configuration passed to the constructor as CfnModelCardProps.

contentRequired
IResolvable | ContentProperty

The content of the model card. Content uses the [model card JSON schema](https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema) .

modelCardNameRequired
string

The unique name of the model card.

modelCardStatusRequired
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.

createdByOptional
IResolvable | UserContextProperty

Information about the user who created or modified one or more of the following:. - Experiment - Trial - Trial component - Lineage group - Project - Model Card

lastModifiedByOptional
IResolvable | UserContextProperty

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

securityConfigOptional
IResolvable | SecurityConfigProperty

The security configuration used to protect model card data.

tagsOptional
CfnTag[]

Key-value pairs used to manage metadata for the model card.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter