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."],[[["This document outlines the `UndeployModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.6.0."],["The `UndeployModelRequest` class is a request message used for undeploying models via `AutoMl.UndeployModel`, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class features two constructors, a default constructor `UndeployModelRequest()` and a copy constructor `UndeployModelRequest(UndeployModelRequest other)`."],["The class contains two properties: `ModelName`, a `ModelName`-typed view over the `Name` property, and `Name`, which represents the resource name of the model to undeploy."],["The document also provides a list of links to prior versions of the `UndeployModelRequest`, dating back from 3.4.0 (latest) to 2.2.0."]]],[]]