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-03-21 UTC."],[[["The latest version of the `GetModelRequest` is 3.4.0, with a series of previous versions including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0 and 2.2.0 also available for review."],["The `GetModelRequest` class is used for requesting a model from `AutoMl`, serving as a message type in the `Google.Cloud.AutoML.V1` namespace."],["This `GetModelRequest` class inherits from `Object` and implements several interfaces, including `IMessage\u003cGetModelRequest\u003e`, `IEquatable\u003cGetModelRequest\u003e`, `IDeepCloneable\u003cGetModelRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class `GetModelRequest` has properties that manage the `ModelName` and the `Name` string for the requested model."],["You can use the constructor `GetModelRequest()` or `GetModelRequest(GetModelRequest other)` to create an instance of the `GetModelRequest` class."]]],[]]