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 AI Platform V1 .NET library, outlining its functionality and implementation details."],["The content lists various versions of the `UndeployModelResponse` class, ranging from version 1.0.0 to the latest version 3.22.0, each with a direct link to its specific documentation."],["`UndeployModelResponse` is defined as the response message for the `EndpointService.UndeployModel` method, according to Google's Cloud AI Platform."],["The `UndeployModelResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `UndeployModelResponse` class, a default constructor and one that accepts another `UndeployModelResponse` object as a parameter for copying."]]],[]]