Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::KfpArtifact (v1.5.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::KfpArtifact.

A detailed representation of a KFP artifact.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — 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...".

#version

def version() -> ::String
Returns
  • (::String) — The version associated with the KFP artifact. Must follow the Semantic Versioning standard.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — The version associated with the KFP artifact. Must follow the Semantic Versioning standard.
Returns
  • (::String) — The version associated with the KFP artifact. Must follow the Semantic Versioning standard.