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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `UndeployModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for requesting the undeployment of a model."],["The `UndeployModelRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer message handling and object comparison."],["The latest version referenced is 3.4.0, and the page also covers versions from 3.3.0 down to 2.2.0, providing access to prior versions of this class and its documentation."],["Key properties of the `UndeployModelRequest` include `ModelName` (a `ModelName`-typed view) and `Name` (a string resource name), both of which are used to identify the model to undeploy."],["The `UndeployModelRequest` class has two constructors, one parameterless, and the other accepting another `UndeployModelRequest` object as a parameter."]]],[]]