public sealed class PipelineTemplateMetadata : IMessage<PipelineTemplateMetadata>, IEquatable<PipelineTemplateMetadata>, IDeepCloneable<PipelineTemplateMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PipelineTemplateMetadata.
Pipeline template metadata if
[PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
is from supported template registry. Currently, the only supported registry
is Artifact Registry.
Will always be presented in output if the
[PipelineJob.template_uri][google.cloud.aiplatform.v1beta1.PipelineJob.template_uri]
is from supported template registry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `PipelineTemplateMetadata` class, part of the Cloud AI Platform v1beta1 API, provides metadata for pipeline templates from supported registries like Artifact Registry."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new `PipelineTemplateMetadata` object or copying an existing one, with specific documentation on how the copy constructor works."],["The `Version` property, of type string, retrieves the version name from the artifact registry, formatted as \"sha256:abcdef123456...\", and is provided when `PipelineJob.template_uri` originates from a supported template registry."]]],[]]