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-10 UTC."],[[["This webpage provides documentation for the `GetModelRequest` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically focusing on its usage in the .NET environment."],["The `GetModelRequest` class is a request message used for retrieving a model from the ModelService, as indicated by its purpose and implementation of several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists numerous versions of the `GetModelRequest` class, ranging from the latest `3.22.0` down to version `1.0.0`, allowing users to access documentation for specific versions."],["Key properties of `GetModelRequest` include `ModelName`, a `ModelName`-typed property, and `Name`, a string property representing the required resource name."],["The page outlines the inheritance and implementation hierarchy of `GetModelRequest`, showcasing its relationship with base classes and interfaces like `Object`, `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` and the `IMessage` interface, offering context for its structure and functionality."]]],[]]