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."],[[["This document provides reference documentation for the `GetModelRequest` class within the Google Cloud Retail v2 API for .NET."],["The `GetModelRequest` class is used to request a specific model from the Retail API, and the documentation details its properties, constructors, and inherited members."],["The latest version documented is 2.12.0, while also listing all versions back to 1.0.0 for this GetModelRequest element, and the current selected version is 2.5.0."],["The `GetModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Protobuf ecosystem."],["The `Name` property of GetModelRequest is required, and is the resource name of the model to be retreived, which is a string with a prescribed formatting."]]],[]]