AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::ModelCardExportJob

SageMaker ModelCardExportJob

Definition of AWS::SageMaker::ModelCardExportJob Resource Type

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ModelCardExportJobName
string
RequiredCreate-only
ModelCardName
string
RequiredCreate-only
OutputConfig
ModelCardExportOutputConfig
RequiredCreate-only
ModelCardVersion
integer
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe date and time that the model card export job was created.
ExportArtifactsModelCardExportArtifactsThe exported model card artifacts.
LastModifiedAtstringThe date and time that the model card export job was last modified.
ModelCardExportJobArnstringThe Amazon Resource Name (ARN) of the model card export job.
StatusstringThe completion status of the model card export job.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

sagemaker:DescribeModelCardExportJob

list

sagemaker:ListModelCardExportJobs

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties9
Required3
TaggingNot supported
Primary IDModelCardExportJobArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ModelCardExportJobNameModelCardNameModelCardVersionOutputConfig

External Links