AiIndexIndexStat

data class AiIndexIndexStat(val shardsCount: Int? = null, val vectorsCount: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val shardsCount: Int? = null

(Output) The number of shards in the Index.

Link copied to clipboard
val vectorsCount: String? = null

(Output) The number of vectors in the Index.