Interface: IngestFromSourceResponse
@kortexya/reasoninglayer / Sources / IngestFromSourceResponse
Interface: IngestFromSourceResponse
Defined in: src/types/sources.ts:410
Response from structured data ingestion.
Properties
errors?
optionalerrors:string[]
Defined in: src/types/sources.ts:420
Errors encountered during ingestion.
sourceId
sourceId:
string
Defined in: src/types/sources.ts:414
Source identifier.
sourceType
sourceType:
string
Defined in: src/types/sources.ts:416
Source type.
stats
stats:
StructuredIngestionStatsDto
Defined in: src/types/sources.ts:418
Ingestion statistics.
success
success:
boolean
Defined in: src/types/sources.ts:412
Whether ingestion was successful.