| Package | Description |
|---|---|
| com.databricks.sdk.service.vectorsearch |
| Modifier and Type | Method and Description |
|---|---|
VectorIndexType |
MiniVectorIndex.getIndexType() |
VectorIndexType |
VectorIndex.getIndexType() |
VectorIndexType |
CreateVectorIndexRequest.getIndexType() |
static VectorIndexType |
VectorIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorIndexType[] |
VectorIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVectorIndexResponse |
VectorSearchIndexesAPI.createIndex(String name,
String endpointName,
String primaryKey,
VectorIndexType indexType) |
MiniVectorIndex |
MiniVectorIndex.setIndexType(VectorIndexType indexType) |
VectorIndex |
VectorIndex.setIndexType(VectorIndexType indexType) |
CreateVectorIndexRequest |
CreateVectorIndexRequest.setIndexType(VectorIndexType indexType) |
Copyright © 2024. All rights reserved.