AWS::SageMaker::ArtifactResource type definition for AWS::SageMaker::Artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data, such as an S3 URI of a dataset or the ECR registry path of an image.
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ArtifactType | string | RequiredCreate-only |
Source | ArtifactSource | RequiredCreate-only |
ArtifactName | string | |
MetadataProperties | MetadataProperties | Create-only |
Properties | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the artifact. |
CreationTime | string | When the artifact was created. |
LastModifiedTime | string | When the artifact was last modified. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Artifact
Resources:
MyResource:
Type: AWS::SageMaker::Artifact
Properties:
ArtifactType: "value"
Source: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateArtifactsagemaker:DescribeArtifactsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeArtifactsagemaker:ListTagssagemaker:UpdateArtifactsagemaker:DescribeArtifactsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteArtifactsagemaker:DescribeArtifactsagemaker:ListTagssagemaker:ListArtifactsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ArtifactTypeSourceMetadataProperties