Share via


VectorStoreFileCountOutput interface

Counts of files processed or being processed by this vector store grouped by status.

Properties

cancelled

The number of files that were cancelled.

completed

The number of files that have been successfully processed.

failed

The number of files that have failed to process.

inProgress

The number of files that are currently being processed.

total

The total number of files.

Property Details

cancelled

The number of files that were cancelled.

cancelled: number

Property Value

number

completed

The number of files that have been successfully processed.

completed: number

Property Value

number

failed

The number of files that have failed to process.

failed: number

Property Value

number

inProgress

The number of files that are currently being processed.

inProgress: number

Property Value

number

total

The total number of files.

total: number

Property Value

number