Ai Index Metadata Config Args
data class AiIndexMetadataConfigArgs(val algorithmConfig: Output<AiIndexMetadataConfigAlgorithmConfigArgs>? = null, val approximateNeighborsCount: Output<Int>? = null, val dimensions: Output<Int>, val distanceMeasureType: Output<String>? = null, val featureNormType: Output<String>? = null, val shardSize: Output<String>? = null) : ConvertibleToJava<AiIndexMetadataConfigArgs>
Constructors
Link copied to clipboard
fun AiIndexMetadataConfigArgs(algorithmConfig: Output<AiIndexMetadataConfigAlgorithmConfigArgs>? = null, approximateNeighborsCount: Output<Int>? = null, dimensions: Output<Int>, distanceMeasureType: Output<String>? = null, featureNormType: Output<String>? = null, shardSize: Output<String>? = null)