Get Ai Index Metadata Config
data class GetAiIndexMetadataConfig(val algorithmConfigs: List<GetAiIndexMetadataConfigAlgorithmConfig>, val approximateNeighborsCount: Int, val dimensions: Int, val distanceMeasureType: String, val featureNormType: String, val shardSize: String)
Constructors
Link copied to clipboard
fun GetAiIndexMetadataConfig(algorithmConfigs: List<GetAiIndexMetadataConfigAlgorithmConfig>, approximateNeighborsCount: Int, dimensions: Int, distanceMeasureType: String, featureNormType: String, shardSize: String)