共用方式為


VectorStoreFileBatch interface

附加至向量存放區的檔案批次。

屬性

createdAt

向量存放區檔案批次建立時的 Unix 時間戳記 (以秒為單位)。

fileCounts

依此向量存放區所處理或正在處理的狀態分組的檔案計數。

id

識別碼,可在 API 端點中參考。

object

物件類型,一律為 vector_store.file_batch

status

向量存放區檔案批次的狀態,可以是 in_progresscompletedcancelledfailed

vectorStoreId

要附加檔案之向量存放區的識別碼。

屬性詳細資料

createdAt

向量存放區檔案批次建立時的 Unix 時間戳記 (以秒為單位)。

createdAt: Date

屬性值

Date

fileCounts

依此向量存放區所處理或正在處理的狀態分組的檔案計數。

fileCounts: VectorStoreFileCount

屬性值

id

識別碼,可在 API 端點中參考。

id: string

屬性值

string

object

物件類型,一律為 vector_store.file_batch

object: "vector_store.files_batch"

屬性值

"vector_store.files_batch"

status

向量存放區檔案批次的狀態,可以是 in_progresscompletedcancelledfailed

status: VectorStoreFileBatchStatus

屬性值

vectorStoreId

要附加檔案之向量存放區的識別碼。

vectorStoreId: string

屬性值

string