This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::ModelCardExportJob
Creates an Amazon SageMaker Model Card export job.
Syntax
To declare this entity in your Amazon 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:StringModelCardName:StringModelCardVersion:IntegerOutputConfig: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:
1Maximum:
63Update 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:
1Maximum:
256Update 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.
TargetDeviceandTargetPlatformare 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 theTargetDevicelist, useTargetPlatformto describe the platform of your edge device andCompilerOptionsif 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.