Class IndexStats (1.53.0)

IndexStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stats of the Index.

Attributes

Name Description
vectors_count int
Output only. The number of dense vectors in the Index.
sparse_vectors_count int
Output only. The number of sparse vectors in the Index.
shards_count int
Output only. The number of shards in the Index.

Methods

IndexStats

IndexStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stats of the Index.