Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-vectorsearch
v1
DeleteDataVectorIndexResponse
Interface DeleteDataVectorIndexResponse
interface
DeleteDataVectorIndexResponse
{
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 delete 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.