public sealed class UndeployModelResponse : IMessage<UndeployModelResponse>, IEquatable<UndeployModelResponse>, IDeepCloneable<UndeployModelResponse>, IBufferMessage, IMessage
Response message for [EndpointService.UndeployModel][google.cloud.aiplatform.v1.EndpointService.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-10 UTC."],[[["This webpage provides documentation for the `UndeployModelResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically for .NET development."],["The latest version documented is 3.22.0, with a comprehensive list of previous versions down to 1.0.0 also being documented."],["`UndeployModelResponse` serves as the response message for the `EndpointService.UndeployModel` method in the Google Cloud AI Platform API."],["The `UndeployModelResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling API communication and object management."],["Two constructors are provided for the UndeployModelResponse class: a default constructor and one that takes another UndeployModelResponse as a parameter for object duplication."]]],[]]