public sealed class DeleteEvaluationJobRequest : IMessage<DeleteEvaluationJobRequest>, IEquatable<DeleteEvaluationJobRequest>, IDeepCloneable<DeleteEvaluationJobRequest>, IBufferMessage, IMessage
[[["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."],[[["This document provides details for the `DeleteEvaluationJobRequest` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, which is used to request the deletion of an evaluation job."],["The `DeleteEvaluationJobRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes two constructors, one default and one that takes another `DeleteEvaluationJobRequest` object for copying, and it provides two properties: `EvaluationJobName` for a typed view of the resource name and `Name` for the resource name string, both required for specifying the job to delete."],["There are multiple versions of this document available, with the latest being 2.0.0-beta05, and this document is 1.0.0-beta03."]]],[]]