public sealed class MutateDeployedIndexResponse : IMessage<MutateDeployedIndexResponse>, IEquatable<MutateDeployedIndexResponse>, IDeepCloneable<MutateDeployedIndexResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MutateDeployedIndexResponse.
Response message for
[IndexEndpointService.MutateDeployedIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.MutateDeployedIndex].
[[["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 `MutateDeployedIndexResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`MutateDeployedIndexResponse` is a response message used by the `IndexEndpointService.MutateDeployedIndex` method for updating a deployed index."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["`MutateDeployedIndexResponse` has a `DeployedIndex` property that represents the updated deployed index within the IndexEndpoint."],["The class provides two constructors, a default constructor and one that takes another `MutateDeployedIndexResponse` instance as a parameter for creating a copy."]]],[]]