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 versions ranging from 2.2.0 to 3.4.0 available."],["`UpdateModelRequest` is a class used to send requests for updating models in Google Cloud AutoML, as found in the `Google.Cloud.AutoML.V1` namespace."],["The `UpdateModelRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a wide range of functionality."],["The class has two constructors: a parameterless constructor and one that takes another `UpdateModelRequest` object, and also contains the properties `Model` and `UpdateMask`, both of which are required for the request to work."]]],[]]