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-21 UTC."],[[["This webpage provides documentation for the `UndeployModelResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, detailing its structure and functionality in the context of the .NET library."],["The `UndeployModelResponse` class is a response message used by the `EndpointService.UndeployModel` method, indicating the result of an undeployment request."],["The page lists various versions of the `UndeployModelResponse` documentation, ranging from version 1.0.0 up to the latest, version 3.22.0, including multiple versions in-between, allowing users to access the documentation relevant to their specific version."],["It shows the inheritance and interfaces implemented by the `UndeployModelResponse` class, including `Object`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it lists all inherited members from the `Object` class."],["The page also documents the constructors available for `UndeployModelResponse`, specifically a default constructor and a copy constructor that accepts another `UndeployModelResponse` object as a parameter."]]],[]]