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-24 UTC."],[[["This document provides reference information for the `GetEvaluationRequest` class within the Google Cloud Document AI v1beta3 API, specifically for .NET development."],["The `GetEvaluationRequest` class is used to retrieve a specific evaluation resource and is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace, found in the `Google.Cloud.DocumentAI.V1Beta3.dll` assembly."],["The class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new instances and properties like `EvaluationName` and `Name` for interacting with the evaluation resource."],["The document mentions available beta versions, with the most recent being version 2.0.0-beta23 and others including 2.0.0-beta22 and 1.0.0-beta04."]]],[]]