Ai Index Metadata Config
data class AiIndexMetadataConfig(val algorithmConfig: AiIndexMetadataConfigAlgorithmConfig? = null, val approximateNeighborsCount: Int? = null, val dimensions: Int, val distanceMeasureType: String? = null, val featureNormType: String? = null, val shardSize: String? = null)
Constructors
Link copied to clipboard
fun AiIndexMetadataConfig(algorithmConfig: AiIndexMetadataConfigAlgorithmConfig? = null, approximateNeighborsCount: Int? = null, dimensions: Int, distanceMeasureType: String? = null, featureNormType: String? = null, shardSize: String? = null)