IndexPropertyMappingMethodPropertiesArgs

data class IndexPropertyMappingMethodPropertiesArgs(val engine: Output<IndexPropertyMappingMethodPropertiesEngine>, val name: Output<IndexPropertyMappingMethodPropertiesName>, val parameters: Output<IndexPropertyMappingMethodPropertiesParametersPropertiesArgs>? = null, val spaceType: Output<IndexPropertyMappingMethodPropertiesSpaceType>? = null) : ConvertibleToJava<IndexPropertyMappingMethodPropertiesArgs>

Configuration for k-NN search method

Properties

Link copied to clipboard

The k-NN search engine to use

Link copied to clipboard

The algorithm name for k-NN search

Link copied to clipboard

Additional parameters for the k-NN algorithm

Link copied to clipboard

The distance function used for k-NN search

Functions

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