public sealed class UndeployIndexResponse : IMessage<UndeployIndexResponse>, IEquatable<UndeployIndexResponse>, IDeepCloneable<UndeployIndexResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UndeployIndexResponse.
Response message for
[IndexEndpointService.UndeployIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.UndeployIndex].
[[["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-04-09 UTC."],[[["This documentation covers the `UndeployIndexResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `UndeployIndexResponse` class serves as the response message for the `IndexEndpointService.UndeployIndex` method, which is used within the API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The response class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class has 2 constructors available, one default and one that accepts another `UndeployIndexResponse` object as a parameter."]]],[]]