| 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.
|
| Enum | Description |
|---|---|
| DeleteDataStatus | |
| EndpointStatusState |
Current state of the endpoint
|
| EndpointType |
Type of endpoint.
|
| PipelineType |
Pipeline execution mode.
|
| UpsertDataStatus | |
| VectorIndexType |
There are 2 types of Vector Search indexes: - `DELTA_SYNC`: An index that automatically syncs
with a source Delta Table, automatically and incrementally updating the index as the underlying
data in the Delta Table changes.
|
Copyright © 2025. All rights reserved.