IndexSettingsIndexPropertiesArgs

data class IndexSettingsIndexPropertiesArgs(val knn: Output<Boolean>? = null, val knnAlgoParamEfSearch: Output<Int>? = null, val refreshInterval: Output<String>? = null) : ConvertibleToJava<IndexSettingsIndexPropertiesArgs>

Index settings.

Constructors

Link copied to clipboard
constructor(knn: Output<Boolean>? = null, knnAlgoParamEfSearch: Output<Int>? = null, refreshInterval: Output<String>? = null)

Properties

Link copied to clipboard
val knn: Output<Boolean>? = null

Enable/disable k-nearest neighbor search capability

Link copied to clipboard
val knnAlgoParamEfSearch: Output<Int>? = null

Size of the dynamic list for the nearest neighbors

Link copied to clipboard
val refreshInterval: Output<String>? = null

How often to perform refresh operation (e.g. '1s', '5s')

Functions

Link copied to clipboard
open override fun toJava(): IndexSettingsIndexPropertiesArgs