Class PipelineTemplateMetadata (1.15.0)

PipelineTemplateMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attribute

NameDescription
version str
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...".

Inheritance

builtins.object > proto.message.Message > PipelineTemplateMetadata