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."],[[["The latest version of the `GetModelRequest` is 3.4.0, with versions dating back to 2.2.0 available for review."],["`GetModelRequest` is a class used as a request message for the `AutoMl.GetModel` function in the Google Cloud AutoML V1."],["The `GetModelRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default one and one that takes another `GetModelRequest` object, and it has two properties, `ModelName` and `Name`."],["The `Name` property in `GetModelRequest` is a required resource name for the model and it can be viewed as a string or as `ModelName`."]]],[]]