Class IndexStats (1.25.0)

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

Stats of the Index.

Attributes

Name
Description
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