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."],[[["The latest version of the `GetEvaluationRequest` class is 2.0.0-beta05, which is part of the Google.Cloud.DataLabeling.V1Beta1 API."],["`GetEvaluationRequest` is a request message used for retrieving evaluation data within the Data Labeling v1beta1 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GetEvaluationRequest()` and `GetEvaluationRequest(GetEvaluationRequest other)`, allowing for default instantiation and copying from an existing request."],["The `GetEvaluationRequest` class includes properties like `EvaluationName` (typed view of the name) and `Name` (string format of the evaluation name) used to uniquely identify an evaluation."]]],[]]