Interface: IngestFromSourceResponse
@kortexya/reasoninglayer / Sources / IngestFromSourceResponse
Interface: IngestFromSourceResponse
Defined in: src/types/sources.ts:198
Response from structured data ingestion.
Properties
errors?
optionalerrors:string[]
Defined in: src/types/sources.ts:208
Errors encountered during ingestion.
sourceId
sourceId:
string
Defined in: src/types/sources.ts:202
Source identifier.
sourceType
sourceType:
string
Defined in: src/types/sources.ts:204
Source type.
stats
stats:
StructuredIngestionStatsDto
Defined in: src/types/sources.ts:206
Ingestion statistics.
success
success:
boolean
Defined in: src/types/sources.ts:200
Whether ingestion was successful.