public sealed class PauseEvaluationJobRequest : IMessage<PauseEvaluationJobRequest>, IEquatable<PauseEvaluationJobRequest>, IDeepCloneable<PauseEvaluationJobRequest>, 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 `PauseEvaluationJobRequest` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, which is used to request the pausing of an evaluation job."],["The `PauseEvaluationJobRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparison, deep cloning, and buffer operations."],["The class offers two constructors, a default constructor and one that takes another `PauseEvaluationJobRequest` instance for copying."],["The `PauseEvaluationJobRequest` class includes properties such as `EvaluationJobName` (a typed view) and `Name` (a string), used to identify the specific evaluation job to be paused, using a defined resource name format."],["This `PauseEvaluationJobRequest` class is available in three different versions: `2.0.0-beta05`, `2.0.0-beta04`, and `1.0.0-beta03`, where `2.0.0-beta05` is the latest."]]],[]]