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-31 UTC."],[[["The `PipelineTemplateMetadata` class provides metadata for pipeline templates, specifically when the `PipelineJob.template_uri` is sourced from a supported template registry like Artifact Registry."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for handling messages, comparing objects, deep cloning, and buffering."],["It inherits from the base `object` class and includes members such as `GetHashCode()`, `GetType()`, and `ToString()` inherited from the base `object` class."],["The `Version` property, a string type, represents the version name of the template within the Artifact Registry, formatted as \"sha256:abcdef123456...\"."],["The class has 2 constructors, one default and one that takes in another `PipelineTemplateMetadata` object."]]],[]]