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 webpage details the `UndeployModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, which is used to send requests for undeploying a model."],["The latest version of the documentation is 3.4.0, and older versions dating back to 2.2.0 are also accessible."],["The `UndeployModelRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `UndeployModelRequest` include `Name`, a string representing the resource name of the model to be undeployed, and a `ModelName` property that provides a typed view of the resource name."],["There are two constructors available for `UndeployModelRequest`, one is parameterless, and the other accepts an existing `UndeployModelRequest` object."]]],[]]