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" :{, "Source" :Key:Value, ...}ArtifactSource, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SageMaker::Artifact Properties: ArtifactName:StringArtifactType:StringMetadataProperties:MetadataPropertiesProperties:Source:Key:ValueArtifactSourceTags:- Tag
Properties
ArtifactName-
The name of the artifact.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}$Minimum:
1Maximum:
120Update requires: No interruption
ArtifactType-
The type of the artifact.
Required: Yes
Type: String
Maximum:
256Update requires: Replacement
MetadataProperties-
Metadata properties of the tracking entity, trial, or trial component.
Required: No
Type: MetadataProperties
Update requires: Replacement
PropertiesProperty description not available.
Required: No
Type: Object of String
Pattern:
.+Maximum:
4096Update requires: No interruption
Source-
The source of the artifact.
Required: Yes
Type: ArtifactSource
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreationTime-
When the artifact was created.
LastModifiedTime-
When the artifact was last modified.