IndexFieldVectorConfigArgs

data class IndexFieldVectorConfigArgs(val dimension: Output<Int>? = null, val flat: Output<IndexFieldVectorConfigFlatArgs>? = null) : ConvertibleToJava<IndexFieldVectorConfigArgs>

Constructors

Link copied to clipboard
constructor(dimension: Output<Int>? = null, flat: Output<IndexFieldVectorConfigFlatArgs>? = null)

Properties

Link copied to clipboard
val dimension: Output<Int>? = null

The resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.

Link copied to clipboard

Indicates the vector index is a flat index.

Functions

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