# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
If the pipeline uses continuous execution, the pipeline processes new data as it arrives in the source table to keep vector index fresh.
If the pipeline uses the triggered execution mode, the system stops processing after successfully refreshing the source table in the pipeline once, ensuring the table is updated based on the data available when the update started.
No description provided by the author
No description provided by the author
No description provided by the author
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.
An index that supports direct read and write of vectors and metadata through our REST and SDK APIs.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Result of the upsert or delete operation.
Request payload for deleting data from a vector index.
Response to a delete data vector index request.
Delete an endpoint.
No description provided by the author
Delete an index.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Status information of an endpoint.
Get an endpoint.
Get an index.
No description provided by the author
List all endpoints.
List indexes.
No description provided by the author
No description provided by the author
Key-value pair.
No description provided by the author
Request payload for getting next page of results.
No description provided by the author
No description provided by the author
Data returned in the query result.
Metadata about the result set.
Request payload for scanning data from a vector index.
Response to a scan vector index request.
No description provided by the author
Synchronize an index.
No description provided by the author
Result of the upsert or delete operation.
Request payload for upserting data into a vector index.
Response to an upsert data vector index request.
No description provided by the author
No description provided by the author
No description provided by the author
**Endpoint**: Represents the compute resources to host vector search indexes.
**Index**: An efficient representation of your embedding vectors that supports real-time and efficient approximate nearest neighbor (ANN) search queries.
WaitGetEndpointVectorSearchEndpointOnline is a wrapper that calls [VectorSearchEndpointsAPI.WaitGetEndpointVectorSearchEndpointOnline] and waits to reach ONLINE state.

# Interfaces

No description provided by the author
**Endpoint**: Represents the compute resources to host vector search indexes.
No description provided by the author
**Index**: An efficient representation of your embedding vectors that supports real-time and efficient approximate nearest neighbor (ANN) search queries.

# Type aliases

Status of the delete operation.
Current state of the endpoint.
Type of endpoint.
Pipeline execution mode.
Status of the upsert operation.
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.