public sealed class CreateIndexOperationMetadata : IMessage<CreateIndexOperationMetadata>, IEquatable<CreateIndexOperationMetadata>, IDeepCloneable<CreateIndexOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateIndexOperationMetadata.
Runtime operation information for
[IndexService.CreateIndex][google.cloud.aiplatform.v1beta1.IndexService.CreateIndex].
[[["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 `CreateIndexOperationMetadata` class, which is part of the Cloud AI Platform v1beta1 API in the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`CreateIndexOperationMetadata` provides runtime operation information for the `IndexService.CreateIndex` method, which is used for creating indices within the AI Platform."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["It contains two properties, `GenericMetadata` and `NearestNeighborSearchOperationMetadata`, that provide detailed operation metadata related to index creation and matching engine operations, respectively."],["There are two constructor overloads, one default and one that takes an existing `CreateIndexOperationMetadata` object as a parameter, for creating instances of this class."]]],[]]