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, which is used to request the undeployment of a model."],["The `UndeployModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors: a default constructor `UndeployModelRequest()` and a copy constructor `UndeployModelRequest(UndeployModelRequest other)`."],["Key properties of the class include `ModelName`, which provides a typed view of the model resource name, and `Name`, which represents the resource name of the model to be undeployed and is required."],["The document lists various versions of the `UndeployModelRequest` class, ranging from version 2.2.0 to the latest version 3.4.0."]]],[]]