public sealed class GetModelEvaluationRequest : IMessage<GetModelEvaluationRequest>, IEquatable<GetModelEvaluationRequest>, IDeepCloneable<GetModelEvaluationRequest>, IBufferMessage, IMessage
Request message for [AutoMl.GetModelEvaluation][google.cloud.automl.v1.AutoMl.GetModelEvaluation].
[[["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 details the `GetModelEvaluationRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.6.0."],["The `GetModelEvaluationRequest` class is used as a request message for `AutoMl.GetModelEvaluation` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and includes members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetModelEvaluationRequest` class has two constructors, a default one and one that accepts another `GetModelEvaluationRequest` as a parameter."],["Key properties of the class include `ModelEvaluationName`, a typed view over the resource name, and `Name`, which represents the required resource name for the model evaluation."]]],[]]