Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PipelineTemplateMetadata (v0.23.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PipelineTemplateMetadata.

Pipeline template metadata if PipelineJob.template_uri is from supported template registry. Currently, the only supported registry is Artifact Registry.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#version

def version() -> ::String
Returns
  • (::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...".

#version=

def version=(value) -> ::String
Parameter
  • value (::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...".

Returns
  • (::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...".