sagemaker_create_artifact: Creates an artifact

View source: R/sagemaker_operations.R

sagemaker_create_artifactR Documentation

Creates an artifact

Description

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.

See https://www.paws-r-sdk.com/docs/sagemaker_create_artifact/ for full documentation.

Usage

sagemaker_create_artifact(
  ArtifactName = NULL,
  Source,
  ArtifactType,
  Properties = NULL,
  MetadataProperties = NULL,
  Tags = NULL
)

Arguments

ArtifactName

The name of the artifact. Must be unique to your account in an Amazon Web Services Region.

Source

[required] The ID, ID type, and URI of the source.

ArtifactType

[required] The artifact type.

Properties

A list of properties to add to the artifact.

MetadataProperties
Tags

A list of tags to apply to the artifact.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.