Class IndexStats (1.17.1)

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

Stats of the Index.

Attributes

NameDescription
vectors_count int
Output only. The number of vectors in the Index.
shards_count int
Output only. The number of shards in the Index.

Inheritance

builtins.object > proto.message.Message > IndexStats