GetAiIndexIndexStat

data class GetAiIndexIndexStat(val shardsCount: Int, val vectorsCount: String)

Constructors

Link copied to clipboard
constructor(shardsCount: Int, vectorsCount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of shards in the Index.

Link copied to clipboard

The number of vectors in the Index.