Class: Google::Cloud::ArtifactRegistry::V1::KfpArtifact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/kfp_artifact.rb

Overview

A detailed representation of a KFP artifact.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String (readonly)

Returns 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...".

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...".



35
36
37
38
# File 'proto_docs/google/devtools/artifactregistry/v1/kfp_artifact.rb', line 35

class KfpArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns 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.



35
36
37
38
# File 'proto_docs/google/devtools/artifactregistry/v1/kfp_artifact.rb', line 35

class KfpArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end