public sealed class GetModelEvaluationRequest : IMessage<GetModelEvaluationRequest>, IEquatable<GetModelEvaluationRequest>, IDeepCloneable<GetModelEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GetModelEvaluationRequest.
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 document provides reference documentation for the `GetModelEvaluationRequest` class within the Google AutoML v1 API."],["The `GetModelEvaluationRequest` class is used to request a model evaluation and is part of the `Google.Cloud.AutoML.V1` namespace, and its latest version is 3.4.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `Object` class."],["Key properties of this class include `ModelEvaluationName` and `Name`, which are essential for identifying the specific model evaluation being requested."],["The class has two constructors `GetModelEvaluationRequest()` and `GetModelEvaluationRequest(GetModelEvaluationRequest)` which are for creating instances of the class."]]],[]]