getAiIndex

A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search.

Return

A collection of values returned by getAiIndex.

Parameters

argument

A collection of arguments for invoking getAiIndex.


suspend fun getAiIndex(name: String, project: String? = null, region: String): GetAiIndexResult

Return

A collection of values returned by getAiIndex.

Parameters

name

The name of the index.

project

The ID of the project in which the resource belongs.

region

The region of the index.

See also


suspend fun getAiIndex(argument: suspend GetAiIndexPlainArgsBuilder.() -> Unit): GetAiIndexResult

Return

A collection of values returned by getAiIndex.

Parameters

argument

Builder for com.pulumi.gcp.vertex.kotlin.inputs.GetAiIndexPlainArgs.

See also