public sealed class GetPipelineJobRequest : IMessage<GetPipelineJobRequest>, IEquatable<GetPipelineJobRequest>, IDeepCloneable<GetPipelineJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference information for the `GetPipelineJobRequest` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment."],["`GetPipelineJobRequest` is a class used as a request message for the `PipelineService.GetPipelineJob` method, designed to retrieve information about a pipeline job."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The class contains two constructors, `GetPipelineJobRequest()` and `GetPipelineJobRequest(GetPipelineJobRequest other)`, as well as two properties, `Name` (a string) and `PipelineJobName` (a `PipelineJobName` type), to identify a specific pipeline job."],["The `Name` property of the `GetPipelineJobRequest` class is required, representing the name of the PipelineJob resource in the format `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`."]]],[]]