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."],[[["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."]]],[]]