public interface IndexStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getShardsCount()
public abstract int getShardsCount()
Output only. The number of shards in the Index.
int32 shards_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The shardsCount. |
getSparseVectorsCount()
public abstract long getSparseVectorsCount()
Output only. The number of sparse vectors in the Index.
int64 sparse_vectors_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The sparseVectorsCount. |
getVectorsCount()
public abstract long getVectorsCount()
Output only. The number of dense vectors in the Index.
int64 vectors_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The vectorsCount. |