public sealed class UpdateEvaluationJobRequest : IMessage<UpdateEvaluationJobRequest>, IEquatable<UpdateEvaluationJobRequest>, IDeepCloneable<UpdateEvaluationJobRequest>, 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."],[[["The `UpdateEvaluationJobRequest` class is used to send requests for updating an evaluation job within the Google Cloud Data Labeling service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The latest version of this class available is 2.0.0-beta05, while 1.0.0-beta03 is also detailed, and the `UpdateEvaluationJobRequest` has public properties `EvaluationJob`, and `UpdateMask`."],["The class has a constructor that accepts another `UpdateEvaluationJobRequest` object, allowing for easy creation of a new object based on an existing one."],["The `UpdateMask` property allows you to specify which fields of the evaluation job should be updated, and the avalible fields are `evaluationJobConfig.humanAnnotationConfig.instruction`, `evaluationJobConfig.exampleCount` and `evaluationJobConfig.exampleSamplePercentage`."]]],[]]