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 document provides reference information for the `UpdateModelRequest` class within the Google AutoML v1 API, specifically version 3.2.0."],["`UpdateModelRequest` is a request message used to update a model via the `AutoMl.UpdateModel` method, with links to documentation for versions ranging from 2.2.0 to 3.4.0."],["The `UpdateModelRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, giving it various functionalities."],["The `UpdateModelRequest` class has two constructors: a default constructor and a copy constructor, as well as two key properties, `Model` and `UpdateMask`, that are both required for the request."],["The `UpdateModelRequest` class is part of the `Google.Cloud.AutoML.V1` namespace and is found in the `Google.Cloud.AutoML.V1.dll` assembly."]]],[]]