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"]],[["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."],[[["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()."]]],[]]