public sealed class DeleteDataLabelingJobRequest : IMessage<DeleteDataLabelingJobRequest>, IEquatable<DeleteDataLabelingJobRequest>, IDeepCloneable<DeleteDataLabelingJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteDataLabelingJobRequest.
Request message for
[JobService.DeleteDataLabelingJob][google.cloud.aiplatform.v1beta1.JobService.DeleteDataLabelingJob].
[[["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 documentation details the `DeleteDataLabelingJobRequest` class, which is part of the Cloud AI Platform v1beta1 API and is used to construct requests for deleting data labeling jobs."],["The class `DeleteDataLabelingJobRequest` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["It includes two constructors: a default constructor and one that accepts another `DeleteDataLabelingJobRequest` object, allowing for object duplication."],["The `DeleteDataLabelingJobRequest` class contains two key properties: `DataLabelingJobName`, providing a typed view of the resource name, and `Name`, which specifies the required resource name of the DataLabelingJob to be deleted."],["The class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]