public sealed class GetEvaluationRequest : IMessage<GetEvaluationRequest>, IEquatable<GetEvaluationRequest>, IDeepCloneable<GetEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class GetEvaluationRequest.
Required. The resource name of the
[Evaluation][google.cloud.documentai.v1beta3.Evaluation] to get.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}/evaluations/{evaluation}
[[["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 `GetEvaluationRequest` class in the Google Cloud Document AI v1beta3 API is used to retrieve a specific evaluation."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetEvaluationRequest` has properties for `EvaluationName` and `Name`, with the `Name` property being a required resource name of the evaluation to get."],["There are two constructors available: a default constructor and one that accepts another `GetEvaluationRequest` object."],["The latest version of this class is `2.0.0-beta23`, with previous versions `2.0.0-beta22` and `1.0.0-beta04` available."]]],[]]