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 page details the `GetModelEvaluationRequest` class, which is used to request a model evaluation from Google Cloud AutoML."],["The latest version available is 3.4.0, and the documentation includes versions down to 2.2.0, showing historical changes and development."],["The `GetModelEvaluationRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors and two properties: `ModelEvaluationName` (a typed view) and `Name` (the resource name for the model evaluation)."],["The namespace for this class is `Google.Cloud.AutoML.V1`, part of the Google Cloud AutoML V1 library."]]],[]]