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 in Google Cloud AutoML V1."],["The latest version of `GetModelEvaluationRequest` is 3.4.0, but the documentation also covers versions from 2.2.0 to 3.3.0, in addition to the current version 2.3.0."],["The `GetModelEvaluationRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default constructor and another that takes `GetModelEvaluationRequest` as a parameter."],["`GetModelEvaluationRequest` has two properties, `ModelEvaluationName` of type `ModelEvaluationName` and `Name` of type `string`, to represent the name of the model evaluation."]]],[]]