vectorConfig

@JvmName(name = "rvmuveagdnagucce")
suspend fun vectorConfig(value: Output<IndexFieldVectorConfigArgs>)
@JvmName(name = "jcdekaapicgqeaaj")
suspend fun vectorConfig(value: IndexFieldVectorConfigArgs?)

Parameters

value

Indicates that this field supports vector search operations. Only one of order, arrayConfig, and vectorConfig can be specified. Vector Fields should come after the field path __name__. Structure is documented below.


@JvmName(name = "hhgttxyuieqnftpf")
suspend fun vectorConfig(argument: suspend IndexFieldVectorConfigArgsBuilder.() -> Unit)

Parameters

argument

Indicates that this field supports vector search operations. Only one of order, arrayConfig, and vectorConfig can be specified. Vector Fields should come after the field path __name__. Structure is documented below.