Record
describe-index-stats-response
No description available.
record describe-index-stats-response {
dimension: option<vector-dimensionality>,
index-fullness: option<f64>,
namespaces: option<describe-index-stats-response-namespaces>,
total-vector-count: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| dimension | option<vector-dimensionality> | |
| index-fullness | option<f64> | |
| namespaces | option<describe-index-stats-response-namespaces> | |
| total-vector-count | option<s64> |