public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetModelRequest.
Required. The resource name of the [Model][google.cloud.retail.v2.Model] to
get. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog}/models/{model_id}
[[["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` class in the Retail v2 API is 2.12.0, with multiple historical versions available for reference, dating back to 1.0.0."],["`GetModelRequest` is a class used to retrieve a model from the Retail v2 API and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, `GetModelRequest()` and `GetModelRequest(GetModelRequest other)`, allowing for default initialization or cloning from another instance."],["The `GetModelRequest` class includes properties such as `ModelName`, which is a `ModelName`-typed view, and `Name`, a string representing the resource name of the model being requested."],["The `GetModelRequest` class inherits from `object`, and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, allowing it to utilize methods that are part of the base object class."]]],[]]