| Interface | Description |
|---|---|
| VectorSearchEndpointsService |
**Endpoint**: Represents the compute resources to host vector search indexes.
|
| VectorSearchIndexesService |
**Index**: An efficient representation of your embedding vectors that supports real-time and
efficient approximate nearest neighbor (ANN) search queries.
|
| Class | Description |
|---|---|
| ColumnInfo | |
| CreateEndpoint | |
| CreateVectorIndexRequest | |
| CreateVectorIndexResponse | |
| DeleteDataResult |
Result of the upsert or delete operation.
|
| DeleteDataVectorIndexRequest |
Request payload for deleting data from a vector index.
|
| DeleteDataVectorIndexResponse |
Response to a delete data vector index request.
|
| DeleteEndpointRequest |
Delete an endpoint
|
| DeleteEndpointResponse | |
| DeleteIndexRequest |
Delete an index
|
| DeleteIndexResponse | |
| DeltaSyncVectorIndexSpecRequest | |
| DeltaSyncVectorIndexSpecResponse | |
| DirectAccessVectorIndexSpec | |
| EmbeddingSourceColumn | |
| EmbeddingVectorColumn | |
| EndpointInfo | |
| EndpointStatus |
Status information of an endpoint
|
| GetEndpointRequest |
Get an endpoint
|
| GetIndexRequest |
Get an index
|
| ListEndpointResponse | |
| ListEndpointsRequest |
List all endpoints
|
| ListIndexesRequest |
List indexes
|
| ListValue | |
| ListVectorIndexesResponse | |
| MapStringValueEntry |
Key-value pair.
|
| MiniVectorIndex | |
| QueryVectorIndexRequest | |
| QueryVectorIndexResponse | |
| ResultData |
Data returned in the query result.
|
| ResultManifest |
Metadata about the result set.
|
| ScanVectorIndexRequest |
Request payload for scanning data from a vector index.
|
| ScanVectorIndexResponse |
Response to a scan vector index request.
|
| Struct | |
| SyncIndexRequest |
Synchronize an index
|
| SyncIndexResponse | |
| UpsertDataResult |
Result of the upsert or delete operation.
|
| UpsertDataVectorIndexRequest |
Request payload for upserting data into a vector index.
|
| UpsertDataVectorIndexResponse |
Response to an upsert data vector index request.
|
| Value | |
| VectorIndex | |
| VectorIndexStatus | |
| VectorSearchEndpointsAPI |
Endpoint**: Represents the compute resources to host vector search indexes.
|
| VectorSearchIndexesAPI |
**Index**: An efficient representation of your embedding vectors that supports real-time and
efficient approximate nearest neighbor (ANN) search queries.
|
| Enum | Description |
|---|---|
| DeleteDataStatus |
Status of the delete operation.
|
| EndpointStatusState |
Current state of the endpoint
|
| EndpointType |
Type of endpoint.
|
| PipelineType |
Pipeline execution mode.
|
| UpsertDataStatus |
Status of the upsert operation.
|
| VectorIndexType |
There are 2 types of Vector Search indexes:
|
Copyright © 2024. All rights reserved.