public sealed class MutateDeployedIndexOperationMetadata : IMessage<MutateDeployedIndexOperationMetadata>, IEquatable<MutateDeployedIndexOperationMetadata>, IDeepCloneable<MutateDeployedIndexOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MutateDeployedIndexOperationMetadata.
Runtime operation information 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-03-31 UTC."],[[["This documentation provides details for the `MutateDeployedIndexOperationMetadata` class within the Google Cloud AI Platform v1beta1 API, covering its structure and usage."],["The `MutateDeployedIndexOperationMetadata` class is used to manage runtime operation information for the `IndexEndpointService.MutateDeployedIndex` function."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["The class contains two constructors, a default one and one that accepts another `MutateDeployedIndexOperationMetadata` object, allowing for object duplication."],["It also exposes two key properties, `DeployedIndexId` (a string representing the index ID) and `GenericMetadata` (containing generic operation information), which can be accessed and modified."]]],[]]