AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateArtifact operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateArtifactRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateArtifactRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateArtifactRequest type exposes the following members

Constructors

NameDescription
Public Method CreateArtifactRequest()

Properties

NameTypeDescription
Public Property ArtifactName System.String

Gets and sets the property ArtifactName.

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

Public Property ArtifactType System.String

Gets and sets the property ArtifactType.

The artifact type.

Public Property MetadataProperties Amazon.SageMaker.Model.MetadataProperties

Gets and sets the property MetadataProperties.

Public Property Properties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Properties.

A list of properties to add to the artifact.

Public Property Source Amazon.SageMaker.Model.ArtifactSource

Gets and sets the property Source.

The ID, ID type, and URI of the source.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

A list of tags to apply to the artifact.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5