public sealed class UpdateEvaluationJobRequest : IMessage<UpdateEvaluationJobRequest>, IEquatable<UpdateEvaluationJobRequest>, IDeepCloneable<UpdateEvaluationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class UpdateEvaluationJobRequest.
[[["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 reference information for the `UpdateEvaluationJobRequest` class within the Data Labeling v1beta1 API, specifically for .NET development."],["`UpdateEvaluationJobRequest` is a request message used for updating an evaluation job, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor and another that takes an existing `UpdateEvaluationJobRequest` object, and it also includes properties for `EvaluationJob` and `UpdateMask`."],["The `UpdateMask` property allows specifying which fields of the evaluation job to update, limited to `evaluationJobConfig.humanAnnotationConfig.instruction`, `evaluationJobConfig.exampleCount`, and `evaluationJobConfig.exampleSamplePercentage`."],["The latest version of this API documented is `2.0.0-beta05`, and the older versions are `2.0.0-beta04` and `1.0.0-beta03`."]]],[]]