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"]],[["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 `UpdateModelRequest` class is used for updating an existing model within the Retail v2 API, and it is located in the `Google.Cloud.Retail.V2` namespace."],["The most recent version of the `UpdateModelRequest` documentation is version 2.12.0, and there are multiple prior versions available for reference, ranging from 2.11.0 back to 1.0.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide different functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `UpdateModelRequest` class includes properties such as `Model`, which is the body of the model to be updated, and `UpdateMask`, which specifies which fields in the model should be updated."],["The `UpdateModelRequest` class has two constructors, one default and another that accepts another `UpdateModelRequest` instance to create a new copy."]]],[]]