public sealed class GetModelEvaluationRequest : IMessage<GetModelEvaluationRequest>, IEquatable<GetModelEvaluationRequest>, IDeepCloneable<GetModelEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetModelEvaluationRequest.
Request message for
[ModelService.GetModelEvaluation][google.cloud.aiplatform.v1beta1.ModelService.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-25 UTC."],[[["This documentation is for the `GetModelEvaluationRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`GetModelEvaluationRequest` is a request message used for the `ModelService.GetModelEvaluation` method, which retrieves a ModelEvaluation resource."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of this class include `ModelEvaluationName`, which provides a typed view of the resource name, and `Name`, which represents the required resource name of the ModelEvaluation to retrieve."],["There are two constuctors available: `GetModelEvaluationRequest()` which takes no parameter, and `GetModelEvaluationRequest(GetModelEvaluationRequest other)` which takes another instance of itself."]]],[]]