| Package | Description |
|---|---|
| com.databricks.sdk.service.vectorsearch |
| Modifier and Type | Method and Description |
|---|---|
ScanVectorIndexRequest |
ScanVectorIndexRequest.setIndexName(String indexName) |
ScanVectorIndexRequest |
ScanVectorIndexRequest.setLastPrimaryKey(String lastPrimaryKey) |
ScanVectorIndexRequest |
ScanVectorIndexRequest.setNumResults(Long numResults) |
| 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`.
|
Copyright © 2026. All rights reserved.