AWS::SageMaker::ModelCardExportJobDefinition of AWS::SageMaker::ModelCardExportJob Resource Type
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ModelCardExportJobName | string | RequiredCreate-only |
ModelCardName | string | RequiredCreate-only |
OutputConfig | ModelCardExportOutputConfig | RequiredCreate-only |
ModelCardVersion | integer | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The date and time that the model card export job was created. |
ExportArtifacts | ModelCardExportArtifacts | The exported model card artifacts. |
LastModifiedAt | string | The date and time that the model card export job was last modified. |
ModelCardExportJobArn | string | The Amazon Resource Name (ARN) of the model card export job. |
Status | string | The completion status of the model card export job. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::ModelCardExportJob
Resources:
MyResource:
Type: AWS::SageMaker::ModelCardExportJob
Properties:
ModelCardExportJobName: "my-modelcardexportjobname"
ModelCardName: "my-modelcardname"
OutputConfig: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:DescribeModelCardExportJobsagemaker:ListModelCardExportJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterModelCardExportJobArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ModelCardExportJobNameModelCardNameModelCardVersionOutputConfig