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."],[[["The latest version available for the Retail v2 API class `UpdateModelRequest` is 2.12.0, with multiple prior versions also documented."],["`UpdateModelRequest` is a class within the `Google.Cloud.Retail.V2` namespace, designed for updating existing models."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The `UpdateModelRequest` class has two constructors and two properties, `Model`, which is required, and `UpdateMask`, which is optional."],["`Model` contains the body of the updated model, while `UpdateMask` specifies the fields to update within the model."]]],[]]