Artifact Registry v1 API - Class KfpArtifact (2.10.0)

public sealed class KfpArtifact : IMessage<KfpArtifact>, IEquatable<KfpArtifact>, IDeepCloneable<KfpArtifact>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class KfpArtifact.

A detailed representation of a KFP artifact.

Inheritance

object > KfpArtifact

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

KfpArtifact()

public KfpArtifact()

KfpArtifact(KfpArtifact)

public KfpArtifact(KfpArtifact other)
Parameter
Name Description
other KfpArtifact

Properties

KfpArtifactName

public KfpArtifactName KfpArtifactName { get; set; }

KfpArtifactName-typed view over the Name resource name property.

Property Value
Type Description
KfpArtifactName

Name

public string Name { get; set; }

Output only. Resource name of the KFP artifact. Since users don't directly interact with this resource, the name will be derived from the associated version. For example, when version = ".../versions/sha256:abcdef...", the name will be ".../kfpArtifacts/sha256:abcdef...".

Property Value
Type Description
string

Version

public string Version { get; set; }

The version associated with the KFP artifact. Must follow the Semantic Versioning standard.

Property Value
Type Description
string