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 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."]]],[]]