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 usage."],["The documentation covers a wide range of versions for this class, spanning from version 1.0.0 to the latest version 3.22.0."],["`UndeployModelResponse` is the response message for the `EndpointService.UndeployModel` method and inherits from `Object`, while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `UndeployModelResponse()` and an overload constructor `UndeployModelResponse(UndeployModelResponse other)`, which takes an instance of the same class as a parameter."],["The class documentation is contained within the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]