public sealed class UpdateModelRequest : IMessage<UpdateModelRequest>, IEquatable<UpdateModelRequest>, IDeepCloneable<UpdateModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.UpdateModel][google.cloud.automl.v1.AutoMl.UpdateModel]
[[["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 latest version of the `UpdateModelRequest` is 3.4.0, with a series of previous versions available, including 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 3.0.0, 3.1.0, 3.2.0, and 3.3.0."],["`UpdateModelRequest` is a request message for the `AutoMl.UpdateModel` method, which updates a model on the server."],["The `UpdateModelRequest` class inherits from `Object` and implements multiple interfaces, such as `IMessage\u003cUpdateModelRequest\u003e`, `IEquatable\u003cUpdateModelRequest\u003e`, `IDeepCloneable\u003cUpdateModelRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors: a parameterless one and another that takes an `UpdateModelRequest` as a parameter to copy its values."],["The main properties of the `UpdateModelRequest` class include `Model`, which is the model that will replace the resource on the server, and `UpdateMask`, which determines which parts of the model to update."]]],[]]