Index Property Mapping Method Properties Args
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
Constructors
Link copied to clipboard
constructor(engine: Output<IndexPropertyMappingMethodPropertiesEngine>, name: Output<IndexPropertyMappingMethodPropertiesName>, parameters: Output<IndexPropertyMappingMethodPropertiesParametersPropertiesArgs>? = null, spaceType: Output<IndexPropertyMappingMethodPropertiesSpaceType>? = null)