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"]],[["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 details the `UpdateModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.5.0, for updating models using the AutoML API."],["The `UpdateModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Protobuf and provide cloning and comparison functionalities."],["Key properties of the `UpdateModelRequest` include `Model`, which represents the model to be updated, and `UpdateMask`, which specifies which parts of the model should be modified, both of which are required."],["The class has 2 constructors, `UpdateModelRequest()`, and `UpdateModelRequest(UpdateModelRequest other)`, which allows for creating new instances, or creating a new instance based off of another instance."],["The page also provides a history of the versions released, ranging from 2.2.0 to the latest, 3.4.0, with all version including the link to the `UpdateModelRequest`."]]],[]]