KnowledgeBaseOperationResponse interface
Response indicating the KnowledgeBase operation.
Properties
| error | Error object that describes the error when status is 'Failed'. |
| id | The unique ID of the operation. |
| operation |
The discriminator possible values: Indexing, Search |
| status | The status of the operation. |
Property Details
error
Error object that describes the error when status is 'Failed'.
error?: ErrorModel
Property Value
id
The unique ID of the operation.
id: string
Property Value
string
operationType
The discriminator possible values: Indexing, Search
operationType: string
Property Value
string
status
The status of the operation.
status: string
Property Value
string