public sealed class GetEvaluationRequest : IMessage<GetEvaluationRequest>, IEquatable<GetEvaluationRequest>, IDeepCloneable<GetEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class GetEvaluationRequest.
Required. The resource name of the
[Evaluation][google.cloud.documentai.v1.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."],[[["This webpage provides reference documentation for the `GetEvaluationRequest` class within the Google Cloud Document AI v1 API, specifically for .NET developers."],["The latest version available is 3.19.0, but the current context is version 3.11.0, and the page lists all versions from 1.0.0 up to the latest, allowing for easy access to specific version documentation."],["`GetEvaluationRequest` is a class used to retrieve a specific Evaluation resource, as detailed in the API, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `EvaluationName` and `Name`, which are essential for specifying the evaluation resource to be retrieved, with the `Name` property requiring a specific resource name format."],["The documentation details the constructors for the class, `GetEvaluationRequest()` and `GetEvaluationRequest(GetEvaluationRequest other)`, providing information on how to instantiate the class."]]],[]]