AWS::SageMaker::ModelCardCreates 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 { CfnModelCard } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnModelCardConfiguration passed to the constructor as CfnModelCardProps.
contentRequiredIResolvable | ContentPropertyThe 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) .
modelCardNameRequiredstringThe unique name of the model card.
modelCardStatusRequiredstringThe 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.
createdByOptionalIResolvable | UserContextPropertyInformation about the user who created or modified one or more of the following:. - Experiment - Trial - Trial component - Lineage group - Project - Model Card
lastModifiedByOptionalIResolvable | UserContextPropertyInformation about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
securityConfigOptionalIResolvable | SecurityConfigPropertyThe security configuration used to protect model card data.
tagsOptionalCfnTag[]Key-value pairs used to manage metadata for the model card.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::ModelCard