public sealed class UndeployModelRequest : IMessage<UndeployModelRequest>, IEquatable<UndeployModelRequest>, IDeepCloneable<UndeployModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.UndeployModel][google.cloud.automl.v1.AutoMl.UndeployModel].
[[["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 `UndeployModelRequest` class is a request message for the `AutoMl.UndeployModel` function within the Google Cloud AutoML V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google.Protobuf framework."],["The class provides two constructors: a default constructor and a constructor that accepts another `UndeployModelRequest` object for cloning."],["It has two main properties: `ModelName`, a typed view of the model name, and `Name`, which is a string representing the resource name of the model to undeploy, which is a required parameter."],["The latest version of this API is 3.4.0 and this document shows the 2.2.0 version, also providing a link to all versions between them, ranging from 3.3.0 to 2.2.0."]]],[]]