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."],[[["This webpage details the `UpdateModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.6.0."],["The `UpdateModelRequest` class is used to send update requests to the AutoMl service and implements multiple interfaces for message handling and object management."],["The class provides two constructors: a default constructor and another to copy values from an existing `UpdateModelRequest` object."],["It includes two properties: `Model`, which is a required field for the model being updated, and `UpdateMask`, which is also required and specifies which fields are being modified."],["The page lists previous versions of the class, with 3.4.0 being the latest, providing links to their respective documentation, and also contains a link to the Object class that it inherits from."]]],[]]