KnowledgeBaseIndexingOperationResponse interface
Response for indexing operations.
- Extends
Properties
| indexing |
Result details for indexing operations. |
| operation |
The type of operation. |
Inherited Properties
| error | Error object that describes the error when status is 'Failed'. |
| id | The unique ID of the operation. |
| status | The status of the operation. |
Property Details
indexingResult
Result details for indexing operations.
indexingResult?: IndexingOperationResult
Property Value
operationType
The type of operation.
operationType: "Indexing"
Property Value
"Indexing"
Inherited Property Details
error
Error object that describes the error when status is 'Failed'.
error?: ErrorModel
Property Value
Inherited From KnowledgeBaseOperationResponse.error
id
The unique ID of the operation.
id: string
Property Value
string
Inherited From KnowledgeBaseOperationResponse.id
status
The status of the operation.
status: string
Property Value
string
Inherited From KnowledgeBaseOperationResponse.status