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-04-09 UTC."],[[["This documentation covers the `PipelineTemplateMetadata` class within the Cloud AI Platform v1beta1 API, providing reference information and code samples for this class."],["`PipelineTemplateMetadata` is used when a `PipelineJob.template_uri` is from a supported template registry, with Artifact Registry being the only one currently supported."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as provides constructors and properties."],["The `Version` property of the `PipelineTemplateMetadata` class is a string that represents the version name in the artifact registry, using a format such as \"sha256:abcdef123456...\"."]]],[]]