public sealed class PipelineTemplateMetadata : IMessage<PipelineTemplateMetadata>, IEquatable<PipelineTemplateMetadata>, IDeepCloneable<PipelineTemplateMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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."],[[["PipelineTemplateMetadata is a class within the Vertex AI v1beta1 API, providing metadata for pipeline templates sourced from supported registries like Artifact Registry."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for data handling and manipulation."],["PipelineTemplateMetadata offers a `Version` property, which presents the version name from the artifact registry in a \"sha256:abcdef123456...\" format, providing specific template version details."],["The class provides two constructors, a default constructor and one that takes another `PipelineTemplateMetadata` object, allowing for the creation and copying of pipeline template metadata instances."],["This class offers access to the Google.Cloud.AIPlatform.V1Beta1 namespace and comes from the Google.Cloud.AIPlatform.V1Beta1.dll assembly, giving context to where it can be found."]]],[]]