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, specifically version 2.0.0-beta04."],["`GetEvaluationRequest` is a sealed class used as a request message for the `GetEvaluation` operation, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for default initialization and copying from another `GetEvaluationRequest` instance, as well as properties such as `EvaluationName` and `Name`."],["The `Name` property is a required string that specifies the evaluation resource name in the format \"projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}\"."],["There are several versions of the API available, with `2.0.0-beta05` as the most current at the moment, and versions `2.0.0-beta04` and `1.0.0-beta03` also documented."]]],[]]