Share via


VectorStoreFileBatchStatus type

The status of the vector store file batch.

type VectorStoreFileBatchStatus =
  | "in_progress"
  | "completed"
  | "cancelled"
  | "failed"