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."],[[["The `GetModelEvaluationRequest` class is used to request a model evaluation from the AutoMl service within Google Cloud."],["The latest version of this class is 3.4.0, and previous versions back to 2.2.0 are also available, offering different capabilities and features."],["This class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetModelEvaluationRequest` class includes properties like `ModelEvaluationName` and `Name`, which are essential for specifying the target model evaluation resource."],["The class provides two constructors, one default and one that copies an existing `GetModelEvaluationRequest` object."]]],[]]