public sealed class GetEvaluationRequest : IMessage<GetEvaluationRequest>, IEquatable<GetEvaluationRequest>, IDeepCloneable<GetEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class GetEvaluationRequest.
[[["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 reference documentation for the `GetEvaluationRequest` class within the Google Cloud Data Labeling v1beta1 API."],["`GetEvaluationRequest` is a request message used for retrieving evaluation data and is available in multiple versions, with the latest being 2.0.0-beta05."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The `GetEvaluationRequest` class has two constructors, one default and one that accepts another `GetEvaluationRequest` object, and it includes properties like `EvaluationName` and `Name` to manage the evaluation's identification."],["The required format for the Name property of the GetEvaluationRequest is `\"projects/\u003cvar\u003e{project_id}\u003c/var\u003e/datasets/\u003cvar\u003e{dataset_id}\u003c/var\u003e/evaluations/\u003cvar\u003e{evaluation_id}\u003c/var\u003e\"` to identify the resource."]]],[]]