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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]