View a markdown version of this page

AWS::SageMaker::Artifact - 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::Artifact

Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking.

Syntax

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

JSON

{ "Type" : "AWS::SageMaker::Artifact", "Properties" : { "ArtifactName" : String, "ArtifactType" : String, "MetadataProperties" : MetadataProperties, "Properties" : {Key: Value, ...}, "Source" : ArtifactSource, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SageMaker::Artifact Properties: ArtifactName: String ArtifactType: String MetadataProperties: MetadataProperties Properties: Key: Value Source: ArtifactSource Tags: - Tag

Properties

ArtifactName

The name of the artifact.

Required: No

Type: String

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

Minimum: 1

Maximum: 120

Update requires: No interruption

ArtifactType

The type of the artifact.

Required: Yes

Type: String

Maximum: 256

Update requires: Replacement

MetadataProperties

Metadata properties of the tracking entity, trial, or trial component.

Required: No

Type: MetadataProperties

Update requires: Replacement

Properties

Property description not available.

Required: No

Type: Object of String

Pattern: .+

Maximum: 4096

Update requires: No interruption

Source

The source of the artifact.

Required: Yes

Type: ArtifactSource

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreationTime

When the artifact was created.

LastModifiedTime

When the artifact was last modified.