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 library for .NET, specifically version 2.3.0."],["The `UndeployModelRequest` class is used to create requests for undeploying a model, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that accepts an `UndeployModelRequest` object for cloning."],["The class has two properties, `ModelName` which provides a `ModelName`-typed view over the resource name, and `Name` which contains a string resource name of the model to be undeployed."],["This page provides links to documentation for various previous versions of the `UndeployModelRequest` class, from 2.2.0 all the way to the most recent version of 3.4.0."]]],[]]