Type alias VectorIndexShardDescription

VectorIndexShardDescription: {
    error: string;
    resolvedNLists: number;
    trainingState: VectorIndexTrainingState;
}

Training details reported for a vector index shard.

Introduced in: ArangoDB 3.12.10

Type declaration

  • error: string

    Training error for this shard's index, or an empty string if there is none.

  • resolvedNLists: number

    Number of centroids this shard's index was trained with.

  • trainingState: VectorIndexTrainingState

    Current training state of this shard's index.