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 `UpdateModelRequest` class is part of the Google AutoML v1 API, designed for updating model resources on the server."],["This class is the request message for the `AutoMl.UpdateModel` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `UpdateModelRequest` is 3.4.0, and several earlier versions (down to 2.2.0) are also available in the documentation."],["It includes properties like `Model` (the model to replace the server's resource) and `UpdateMask` (specifying which parts of the model to update), both of which are required."],["The `UpdateModelRequest` can be constructed using a default constructor or a copy constructor that takes another `UpdateModelRequest` as a parameter."]]],[]]