Class: Google::Cloud::AIPlatform::V1::PipelineTemplateMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineTemplateMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb
Overview
Pipeline template metadata if PipelineJob.template_uri is from supported template registry. Currently, the only supported registry is Artifact Registry.
Instance Attribute Summary collapse
-
#version ⇒ ::String
The version_name in artifact registry.
Instance Attribute Details
#version ⇒ ::String
Returns The version_name in artifact registry.
Will always be presented in output if the PipelineJob.template_uri is from supported template registry.
Format is "sha256:abcdef123456...".
246 247 248 249 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 246 class PipelineTemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |