Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-aisearch
v1
UpsertDataResponse
Interface UpsertDataResponse
Response for UpsertData.
interface
UpsertDataResponse
{
result
?:
DataModificationResult
;
status
?:
DataModificationStatus
;
}
Index
Properties
result?
status?
Properties
Optional
result
result
?:
DataModificationResult
Per-row outcome of the upsert.
Optional
status
status
?:
DataModificationStatus
Overall status of the upsert.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
status
Databricks SDK for JavaScript
Loading...
Response for UpsertData.