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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `GetModelRequest` class within the Google AutoML v1 API, detailing its usage and properties."],["The `GetModelRequest` class is used to request a specific model from the AutoML service, and it inherits from `object` while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`GetModelRequest()`) and a copy constructor (`GetModelRequest(GetModelRequest other)`), which allows creating new instances either from scratch or as copies of existing `GetModelRequest` objects."],["The primary properties of the `GetModelRequest` class are `ModelName`, which is a `ModelName`-typed view over the resource, and `Name`, which is a string representing the required resource name of the model."],["This documentation includes links to each version of the `GetModelRequest` from 2.2.0 to 3.4.0(latest), showing the evolution of the Google AutoML API."]]],[]]