approximateNeighborsCount

@JvmName(name = "irmlfqnrpoejplhy")
suspend fun approximateNeighborsCount(value: Output<Int>)
@JvmName(name = "krobtqpvcycsuxds")
suspend fun approximateNeighborsCount(value: Int?)

Parameters

value

The default number of neighbors to find via approximate search before exact reordering is performed. Exact reordering is a procedure where results returned by an approximate search algorithm are reordered via a more expensive distance computation. Required if tree-AH algorithm is used.