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-03-21 UTC."],[[["The `GetModelRequest` class is part of the Google Cloud Retail v2 API and is used to retrieve a specific model."],["This page documents the `GetModelRequest` class across multiple versions, from the latest 2.12.0 down to 1.0.0, which are accessible via their corresponding hyperlinks."],["The `GetModelRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains properties such as `ModelName` and `Name`, which are essential for identifying and retrieving the desired model resource."],["The latest version of the class available is 2.12.0, while version 2.8.0 is currently being displayed with 19 other versions available for browsing."]]],[]]