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, which is used to request a model evaluation in Google Cloud AutoML V1."],["The latest version of `GetModelEvaluationRequest` is 3.4.0, but this page specifically documents version 2.2.0."],["The `GetModelEvaluationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Key properties of `GetModelEvaluationRequest` include `ModelEvaluationName` (a typed view of the resource name) and `Name` (the resource name for the model evaluation)."],["The page also includes documentation for the different constructors of `GetModelEvaluationRequest`."]]],[]]