Represents the statistics of an inference prompt ingestion time.

IngestionStats

interface IngestionStats {
    ingestionTime: number;
    ingestionTimeSeconds: number;
}

Hierarchy (view full)

Properties

ingestionTime: number

The time taken to ingest the input data in milliseconds.

ingestionTimeSeconds: number

The time taken to ingest the input data in seconds.