@squidcloud/client
    Preparing search index...

    Interface BulkIngestionJobStatusCounts

    Progress counters for a bulk-ingestion job, aggregated from its files and logical requests.

    interface BulkIngestionJobStatusCounts {
        failed: number;
        files: number;
        finalized: number;
        requestsPending: number;
        requestsSubmitted: number;
    }
    Index
    failed: number

    Files that terminally failed.

    files: number

    Total files staged for the job.

    finalized: number

    Files whose contexts have been finalized into the knowledge base.

    requestsPending: number

    Logical requests still pending submission.

    requestsSubmitted: number

    Logical requests submitted to the provider and awaiting results.