public sealed class UndeployModelResponse : IMessage<UndeployModelResponse>, IEquatable<UndeployModelResponse>, IDeepCloneable<UndeployModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UndeployModelResponse.
Response message for
[EndpointService.UndeployModel][google.cloud.aiplatform.v1beta1.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-25 UTC."],[[["The `UndeployModelResponse` class is part of the Google Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class serves as the response message for the `EndpointService.UndeployModel` operation, which is part of the AI Platform service."],["The `UndeployModelResponse` class inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It is available in two versions (beta20, beta21) as well as the base version, all of which are contained in the Google.Cloud.AIPlatform.V1Beta1.dll assembly, and has two constructors, one empty and one that takes another `UndeployModelResponse` object as a parameter."],["Inherited members include `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]