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