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-04-17 UTC."],[[["The `UpdateModelRequest` class is used to send requests for updating a model within the Google Cloud AutoML V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality for message handling, comparison, deep cloning, and buffered operations."],["The `UpdateModelRequest` has two constructors, one default and one that accepts another `UpdateModelRequest` instance for copying."],["The class contains `Model` and `UpdateMask` properties, which are both required and specify the model to be updated and the fields that should be updated, respectively."],["This class is found within the `Google.Cloud.AutoML.V1` namespace, and as of version 2.4.0, the latest version is 3.4.0."]]],[]]