| Package | Description |
|---|---|
| com.databricks.sdk.service.aisearch |
| Modifier and Type | Method and Description |
|---|---|
Index |
AiSearchService.createIndex(CreateIndexRequest createIndexRequest)
Create a new AI Search index.
|
Index |
AiSearchAPI.createIndex(CreateIndexRequest request)
Create a new AI Search index.
|
Index |
CreateIndexRequest.getIndex() |
Index |
AiSearchService.getIndex(GetIndexRequest getIndexRequest)
Get details for a single AI Search index.
|
Index |
AiSearchAPI.getIndex(GetIndexRequest request)
Get details for a single AI Search index.
|
Index |
AiSearchAPI.getIndex(String name) |
Index |
Index.setCreator(String creator) |
Index |
Index.setDeltaSyncIndexSpec(DeltaSyncIndexSpec deltaSyncIndexSpec) |
Index |
Index.setDirectAccessIndexSpec(DirectAccessIndexSpec directAccessIndexSpec) |
Index |
Index.setEndpoint(String endpoint) |
Index |
Index.setIndexSubtype(IndexSubtype indexSubtype) |
Index |
Index.setIndexType(IndexType indexType) |
Index |
Index.setName(String name) |
Index |
Index.setPrimaryKey(String primaryKey) |
Index |
Index.setStatus(IndexStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Index> |
ListIndexesResponse.getIndexes() |
Iterable<Index> |
AiSearchAPI.listIndexes(ListIndexesRequest request)
List AI Search indexes on an endpoint.
|
Iterable<Index> |
AiSearchAPI.listIndexes(String parent) |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest |
CreateIndexRequest.setIndex(Index index) |
| Modifier and Type | Method and Description |
|---|---|
ListIndexesResponse |
ListIndexesResponse.setIndexes(Collection<Index> indexes) |
Copyright © 2026. All rights reserved.