Skip to main content

Module index

Module index 

Source
Expand description

Vector index operations: Put / Get / List / Delete.

All four APIs are POST /?<sub-resource> with a JSON request body carrying the operation parameters, and a JSON response body where applicable.

Structs§

DeleteVectorIndex
DeleteVectorIndexParams
DeleteVectorIndexRequest
GetVectorIndex
GetVectorIndexParams
GetVectorIndexRequest
GetVectorIndexResult
Root object of the GetVectorIndex response.
ListVectorIndexes
ListVectorIndexesParams
ListVectorIndexesRequest
ListVectorIndexesResult
PutVectorIndex
PutVectorIndexParams
Query parameters for PutVectorIndex.
PutVectorIndexRequest
JSON body of PutVectorIndex.

Traits§

DeleteVectorIndexOps
GetVectorIndexOps
ListVectorIndexesOps
PutVectorIndexOps