List Vector Search Endpoints
Arguments
- page_token
Token for pagination
- host
Databricks workspace URL, defaults to calling
db_host().- token
Databricks workspace token, defaults to calling
db_token().- perform_request
If
TRUE(default) the request is performed, ifFALSEthe httr2 request is returned without being performed.
See also
Other Vector Search API:
db_vs_endpoints_create(),
db_vs_endpoints_delete(),
db_vs_endpoints_get(),
db_vs_indexes_create(),
db_vs_indexes_delete(),
db_vs_indexes_delete_data(),
db_vs_indexes_get(),
db_vs_indexes_list(),
db_vs_indexes_query(),
db_vs_indexes_query_next_page(),
db_vs_indexes_scan(),
db_vs_indexes_sync(),
db_vs_indexes_upsert_data(),
delta_sync_index_spec(),
direct_access_index_spec(),
embedding_source_column(),
embedding_vector_column()
