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, specifically version 3.2.0."],["The `UndeployModelRequest` class is used to construct request messages for the `AutoMl.UndeployModel` function, which is used to undeploy models."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, comparison, deep cloning, and buffer management respectively."],["The `UndeployModelRequest` class includes properties such as `ModelName` and `Name`, to specify which model is being referenced in the request, as well as constructors for creating instances of the class."],["The page lists various versions of the `UndeployModelRequest` class, ranging from 2.2.0 up to 3.4.0, with 3.4.0 being the latest."]]],[]]