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` documentation is 3.4.0, with previous versions ranging from 2.2.0 to 3.3.0, all accessible via their respective links."],["`UpdateModelRequest` is a class used for sending update requests to the AutoMl service."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable\u003cUpdateModelRequest\u003e`, `IDeepCloneable\u003cUpdateModelRequest\u003e`, and `IBufferMessage`."],["The `UpdateModelRequest` class has two constructors, a default one and another that accepts an `UpdateModelRequest` object as a parameter."],["It also has two important properties, `Model` and `UpdateMask`, which define the updated model and how to update it, respectively."]]],[]]