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 webpage details the `UndeployModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, which is used to send requests for undeploying a model."],["The content lists various versions of the `UndeployModelRequest`, ranging from the latest 3.4.0 to version 2.2.0, allowing users to view the documentation for different releases."],["`UndeployModelRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UndeployModelRequest` class has two constructors, a default constructor and one that accepts another `UndeployModelRequest` as a parameter."],["The class has properties for `ModelName` and `Name`, with `Name` being the resource name of the model that needs to be undeployed."]]],[]]