public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Request message for [ModelService.GetModel][google.cloud.aiplatform.v1.ModelService.GetModel].
[[["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 webpage provides documentation for the `GetModelRequest` class within the `Google.Cloud.AIPlatform.V1` namespace, detailing its usage in requesting a model via `ModelService.GetModel`."],["The `GetModelRequest` class is part of version 2.0.0 of the Google Cloud AI Platform library for .NET, with a history of version releases going all the way to 3.22.0, the latest, and back to 1.0.0."],["`GetModelRequest` inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities in object handling and serialization."],["The class has two constructors, one default and another that accepts an existing `GetModelRequest` instance for copying, and includes two properties, `ModelName` and `Name`, for managing the model resource identifier."],["The `Name` property is a required string that specifies the name of the Model resource in the format `projects/{project}/locations/{location}/models/{model}`, and `ModelName` is the `ModelName` type of the resource."]]],[]]