VectorIndexArgs

data class VectorIndexArgs(val path: Output<String>, val type: Output<Either<String, VectorIndexType>>) : ConvertibleToJava<VectorIndexArgs>

Constructors

Link copied to clipboard
constructor(path: Output<String>, type: Output<Either<String, VectorIndexType>>)

Properties

Link copied to clipboard
val path: Output<String>

The path to the vector field in the document.

Link copied to clipboard
val type: Output<Either<String, VectorIndexType>>

The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported.

Functions

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