public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GetModelRequest.
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 `GetModelRequest` class is part of the Google AutoML v1 API, specifically within the `Google.Cloud.AutoML.V1` namespace."],["This class is used as a request message for the `AutoMl.GetModel` method, enabling users to retrieve model information."],["`GetModelRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like message handling and cloning."],["The class includes a `Name` property which is a required resource name of the model, along with a `ModelName`-typed view."],["There are multiple versions of the GetModelRequest available for download, and 3.4.0 is the most recent version, while the current page focuses on version 3.1.0."]]],[]]