public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.GetModel][google.cloud.automl.v1.AutoMl.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-04-17 UTC."],[[["This webpage details the `GetModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, which is a request message for retrieving a model in the AutoML service."],["The `GetModelRequest` class is implemented in the `Google.Cloud.AutoML.V1.dll` assembly, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a parameterless constructor `GetModelRequest()` and another that accepts a `GetModelRequest` object for copying."],["The `GetModelRequest` class has two properties, `ModelName` of type `ModelName` and `Name` of type `string`, to specify the model to be retrieved."],["The latest version of this page contains information regarding version 3.4.0 of the `GetModelRequest` class, and it also provides links to prior versions, starting from version 2.2.0."]]],[]]