Interface: ResumeDocumentIngestionResponse
@kortexya/reasoninglayer / Ingestion / ResumeDocumentIngestionResponse
Interface: ResumeDocumentIngestionResponse
Defined in: src/types/ingestion.ts:944
Response from resuming document ingestion.
Properties
documentId
documentId:
string
Defined in: src/types/ingestion.ts:946
Document ID.
error?
optionalerror:string|null
Defined in: src/types/ingestion.ts:948
Error message if resume failed.
pendingReview?
optionalpendingReview:PendingReviewDto[]
Defined in: src/types/ingestion.ts:950
Entities pending human review.
resumedFromChunk
resumedFromChunk:
number
Defined in: src/types/ingestion.ts:952
Chunk that was resumed from.
sessionId
sessionId:
string
Defined in: src/types/ingestion.ts:954
Session ID (UUID).
stats
stats:
IngestionStatsDto
Defined in: src/types/ingestion.ts:956
Ingestion statistics.
success
success:
boolean
Defined in: src/types/ingestion.ts:958
Whether the resume was successful.