public sealed class UpdateModelRequest : IMessage<UpdateModelRequest>, IEquatable<UpdateModelRequest>, IDeepCloneable<UpdateModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateModelRequest.
[[["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 page provides documentation for the `UpdateModelRequest` class within the Google Cloud Retail V2 API, detailing its structure and functionality."],["The latest version of the API is 2.12.0, but the current page focuses on version 2.5.0 with documentation for older versions also being available for review."],["`UpdateModelRequest` is used to request updates to an existing model, utilizing properties like `Model` and `UpdateMask` to define the changes."],["The `UpdateModelRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, showcasing its integration within the Google Protocol Buffers framework."],["The documentation offers details on the class's constructors and properties, such as the `Model` property, which is a required field containing the body of the updated model, and `UpdateMask` which is an optional field used to specify which parts of the model are meant to be updated."]]],[]]