public sealed class ResumeEvaluationJobRequest : IMessage<ResumeEvaluationJobRequest>, IEquatable<ResumeEvaluationJobRequest>, IDeepCloneable<ResumeEvaluationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ResumeEvaluationJobRequest.
[[["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 `ResumeEvaluationJobRequest` class is used to create a request to resume a Data Labeling evaluation job within the v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ResumeEvaluationJobRequest` class includes a constructor for creating a new instance and another for creating a copy of an existing `ResumeEvaluationJobRequest` instance."],["It contains two properties: `EvaluationJobName`, a typed view of the resource name, and `Name`, which is a string representing the required name of the evaluation job to be resumed, with the format `\"projects/\u003cvar\u003e{project_id}\u003c/var\u003e/evaluationJobs/\u003cvar\u003e{evaluation_job_id}\u003c/var\u003e\"`."],["The reference documentation for `ResumeEvaluationJobRequest` is available for versions `2.0.0-beta05` (latest), `2.0.0-beta04`, and `1.0.0-beta03`."]]],[]]