IndexPropertyMappingMethodPropertiesParametersPropertiesArgs

data class IndexPropertyMappingMethodPropertiesParametersPropertiesArgs(val efConstruction: Output<Int>? = null, val m: Output<Int>? = null) : ConvertibleToJava<IndexPropertyMappingMethodPropertiesParametersPropertiesArgs>

Additional parameters for the k-NN algorithm

Constructors

constructor(efConstruction: Output<Int>? = null, m: Output<Int>? = null)

Properties

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

The size of the dynamic list used during k-NN graph creation

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

Number of neighbors to consider during k-NN search

Functions

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