| Package | Description |
|---|---|
| com.databricks.sdk.service.vectorsearch |
| Modifier and Type | Method and Description |
|---|---|
ScanVectorIndexResponse |
VectorSearchIndexesService.scanIndex(ScanVectorIndexRequest scanVectorIndexRequest)
Scan the specified vector index and return the first `num_results` entries after the exclusive
`primary_key`.
|
ScanVectorIndexResponse |
VectorSearchIndexesAPI.scanIndex(ScanVectorIndexRequest request)
Scan the specified vector index and return the first `num_results` entries after the exclusive
`primary_key`.
|
ScanVectorIndexResponse |
ScanVectorIndexResponse.setData(Collection<Struct> data) |
ScanVectorIndexResponse |
ScanVectorIndexResponse.setLastPrimaryKey(String lastPrimaryKey) |
Copyright © 2026. All rights reserved.