public sealed class UpdateModelRequest : IMessage<UpdateModelRequest>, IEquatable<UpdateModelRequest>, IDeepCloneable<UpdateModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class UpdateModelRequest.
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."],[[["The document provides reference documentation for the `UpdateModelRequest` class within the Google AutoML v1 API, specifically version 3.1.0."],["`UpdateModelRequest` is a request message used to update a model via the `AutoMl.UpdateModel` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties for `Model` and `UpdateMask`, both of which are required for the update operation, specifying the new model data and the fields to be updated respectively."],["The document also includes a list of previous versions, with version 3.4.0 being the most recent."],["The document shows the different inherited members from Object, including GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]