public sealed class GetDataLabelingJobRequest : IMessage<GetDataLabelingJobRequest>, IEquatable<GetDataLabelingJobRequest>, IDeepCloneable<GetDataLabelingJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetDataLabelingJobRequest.
Request message for
[JobService.GetDataLabelingJob][google.cloud.aiplatform.v1beta1.JobService.GetDataLabelingJob].
[[["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."],[[["The `GetDataLabelingJobRequest` class is a request message for the `JobService.GetDataLabelingJob` method within the Cloud AI Platform v1beta1 API."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetDataLabelingJobRequest` has two constructors, one default and another that accepts another `GetDataLabelingJobRequest` object as a parameter."],["It contains two key properties: `DataLabelingJobName`, which provides a typed view of the resource name, and `Name`, which represents the required name of the DataLabelingJob resource in a specified format."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, which is in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]