Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineTemplateMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineTemplateMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1PipelineTemplateMetadata
constructor
A new instance of GoogleCloudAiplatformV1PipelineTemplateMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1PipelineTemplateMetadata
Returns a new instance of GoogleCloudAiplatformV1PipelineTemplateMetadata.
19140 19141 19142 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19140 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version ⇒ String
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...".
Corresponds to the JSON property version
19138 19139 19140 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19138 def version @version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19145 19146 19147 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 19145 def update!(**args) @version = args[:version] if args.key?(:version) end |