public sealed class GetPipelineJobRequest : IMessage<GetPipelineJobRequest>, IEquatable<GetPipelineJobRequest>, IDeepCloneable<GetPipelineJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetPipelineJobRequest.
Request message for
[PipelineService.GetPipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.GetPipelineJob].
[[["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-21 UTC."],[[["`GetPipelineJobRequest` is a class in the Vertex AI v1beta1 API, serving as a request message for retrieving a specific pipeline job via the `PipelineService.GetPipelineJob` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["It is available in two versions: 1.0.0-beta21 (latest) and 1.0.0-beta20, within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class has properties such as `Name` (a string representing the resource name of the pipeline job) and `PipelineJobName` (a typed view over the `Name`)."],["`GetPipelineJobRequest` has two constructors: a parameterless one, and one that takes another `GetPipelineJobRequest` instance, which is used to make a copy of another instance."]]],[]]