public sealed class UndeployModelRequest : IMessage<UndeployModelRequest>, IEquatable<UndeployModelRequest>, IDeepCloneable<UndeployModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class UndeployModelRequest.
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 provides documentation for the `UndeployModelRequest` class within the Google AutoML v1 API for .NET."],["The `UndeployModelRequest` class is used to send a request to undeploy a model and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the class is 3.4.0, but it provides access and documentation for older versions, including 3.3.0 down to 2.2.0."],["The class has two constructors, a parameterless constructor and one that takes another `UndeployModelRequest` object as a parameter, allowing for the duplication of the object."],["The `UndeployModelRequest` has two properties `ModelName` and `Name` allowing for you to define which model you wish to undeploy."]]],[]]