Class: Google::Cloud::ArtifactRegistry::V1::KfpArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::KfpArtifact
- 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
-
#name ⇒ ::String
readonly
Output only.
-
#version ⇒ ::String
The version associated with the KFP artifact.
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...".
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.
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 |