Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_VectorStoreFileBatchObject.hrl
-record(vector_store_file_batch_object, {
id :: binary(),
object :: binary(),
created_at :: integer(),
vector_store_id :: binary(),
status :: glopenai@vector_store:vector_store_file_batch_status(),
file_counts :: glopenai@vector_store:vector_store_file_batch_counts()
}).