View a markdown version of this page

AWS::SageMaker::ModelCardExportJob - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::ModelCardExportJob

Creates an Amazon SageMaker Model Card export job.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::ModelCardExportJob", "Properties" : { "ModelCardExportJobName" : String, "ModelCardName" : String, "ModelCardVersion" : Integer, "OutputConfig" : ModelCardExportOutputConfig } }

YAML

Type: AWS::SageMaker::ModelCardExportJob Properties: ModelCardExportJobName: String ModelCardName: String ModelCardVersion: Integer OutputConfig: ModelCardExportOutputConfig

Properties

ModelCardExportJobName

The name of the model card export job.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$

Minimum: 1

Maximum: 63

Update requires: Replacement

ModelCardName

The name of the model card that the export job exports.

Required: Yes

Type: String

Pattern: ^(arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})$

Minimum: 1

Maximum: 256

Update requires: Replacement

ModelCardVersion

The version of the model card that the export job exports.

Required: No

Type: Integer

Update requires: Replacement

OutputConfig

Contains information about the output location for the compiled model and the target device that the model runs on. TargetDevice and TargetPlatform are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the TargetDevice list, use TargetPlatform to describe the platform of your edge device and CompilerOptions if there are specific settings that are required or recommended to use for particular TargetPlatform.

Required: Yes

Type: ModelCardExportOutputConfig

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreatedAt

The date and time that the model card export job was created.

LastModifiedAt

The date and time that the model card export job was last modified..

ModelCardExportJobArn

The Amazon Resource Name (ARN) of the model card export job.

Status

The completion status of the model card export job.