Represents the statistics of an inference prompt ingestion time.
IngestionStats
const ingestionStats: IngestionStats = { ingestionTime: 150, ingestionTimeSeconds: 0.15}; Copy
const ingestionStats: IngestionStats = { ingestionTime: 150, ingestionTimeSeconds: 0.15};
The time taken to ingest the input data in milliseconds.
The time taken to ingest the input data in seconds.
Represents the statistics of an inference prompt ingestion time.
IngestionStats
Example