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."],[[["This webpage provides documentation for the `UpdateModelRequest` class within the Google AutoML v1 API, which is used to update a model resource on the server."],["The `UpdateModelRequest` class is available in multiple versions, from 2.2.0 up to the latest version 3.4.0, and this specific page focuses on version 3.3.0."],["The `UpdateModelRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `Model` and `UpdateMask`, both of which are required, and are used to define the updated model and the fields to be updated, respectively."],["There are two constructors available for creating an `UpdateModelRequest` instance: a default constructor and a constructor that takes another `UpdateModelRequest` as a parameter."]]],[]]