weaviate.cluster package
Module for interacting with Weaviate cluster information
Submodules
weaviate.cluster.cluster module
weaviate.cluster.types module
- class weaviate.cluster.types.BatchStats[source]
Bases:
TypedDict- queueLength: int
- ratePerSecond: int
- class weaviate.cluster.types.Node[source]
Bases:
TypedDict- batchStats: BatchStats
- gitHash: str
- name: str
- status: str
- version: str