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."],[[["The latest version available for the `GetEvaluationRequest` class is 3.19.0, with a comprehensive list of previous versions provided, ranging down to version 1.0.0."],["`GetEvaluationRequest` is a class within the Cloud Document AI v1 API, specifically designed to retrieve a specified evaluation, and it inherits from the base `object` class, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one parameterless and another accepting a `GetEvaluationRequest` object for copying."],["The `GetEvaluationRequest` class contains two properties, `EvaluationName`, a typed view over the resource name, and `Name`, which is a string property representing the required resource name of the evaluation to be retrieved."],["The content is under the namespace `Google.Cloud.DocumentAI.V1`, contained within the assembly `Google.Cloud.DocumentAI.V1.dll`."]]],[]]