Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-vectorsearch
v1
UpsertDataVectorIndexResponse
Interface UpsertDataVectorIndexResponse
interface
UpsertDataVectorIndexResponse
{
result
?:
UpsertDeleteDataResult
;
status
?:
UpsertDeleteDataStatus
;
}
Index
Properties
result?
status?
Properties
Optional
result
result
?:
UpsertDeleteDataResult
Result of the upsert or delete operation.
Optional
status
status
?:
UpsertDeleteDataStatus
Status of the upsert operation.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
status
Databricks SDK for JavaScript
Loading...
Result of the upsert or delete operation.