AWS::SageMaker::ModelCardResource Type definition for AWS::SageMaker::ModelCard.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | Content | Required |
ModelCardName | string | RequiredCreate-only |
ModelCardStatus | string | Required |
CreatedBy | UserContext | |
LastModifiedBy | UserContext | |
SecurityConfig | SecurityConfig | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The date and time the model card was created. |
LastModifiedTime | string | The date and time the model card was last modified. |
ModelCardArn | string | The Amazon Resource Name (ARN) of the successfully created model card. |
ModelCardProcessingStatus | string | The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps. |
ModelCardVersion | integer | A version of the model card. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::ModelCard
Resources:
MyResource:
Type: AWS::SageMaker::ModelCard
Properties:
ModelCardName: "my-modelcardname"
Content: "value"
ModelCardStatus: "Draft"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateModelCardsagemaker:DescribeModelkms:DescribeKeykms:GenerateDataKeykms:CreateGrantsagemaker:DescribeModelPackageGroupsagemaker:DescribeModelPackagesagemaker:AddTagssagemaker:DescribeModelCardsagemaker:DescribeModelPackageGroupsagemaker:DescribeModelPackagekms:Decryptsagemaker:ListTagssagemaker:UpdateModelCardsagemaker:DescribeModelCardsagemaker:DescribeModelkms:GenerateDataKeykms:Decryptsagemaker:DescribeModelPackageGroupsagemaker:DescribeModelPackagesagemaker:ListTagssagemaker:DescribeModelCardsagemaker:DeleteModelCardsagemaker:DescribeModelPackageGroupsagemaker:DescribeModelPackagekms:RetireGrantkms:Decryptsagemaker:ListTagssagemaker:DeleteTagssagemaker:ListModelCardssagemaker:ListModelCardVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterModelCardNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ModelCardNameSecurityConfig