public interface IndexStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getShardsCount()
Output only.
|
long |
getSparseVectorsCount()
Output only.
|
long |
getVectorsCount()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getVectorsCount()
Output only. The number of dense vectors in the Index.
int64 vectors_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];long getSparseVectorsCount()
Output only. The number of sparse vectors in the Index.
int64 sparse_vectors_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getShardsCount()
Output only. The number of shards in the Index.
int32 shards_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.