Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineTemplateMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1PipelineTemplateMetadata

Returns a new instance of GoogleCloudAiplatformV1beta1PipelineTemplateMetadata.



20770
20771
20772
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20770

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#versionString

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

Returns:

  • (String)


20768
20769
20770
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20768

def version
  @version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



20775
20776
20777
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 20775

def update!(**args)
  @version = args[:version] if args.key?(:version)
end