OpenAI::VectorStoreFileBatchObject
Inherits JSON::Serializable < Reference < Object
A batch of files attached to a vector store.
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String = "", object : VectorStoreFileBatchObjectObject = VectorStoreFileBatchObjectObject::VectorStoreFilesBatch, created_at : Int64 = 0, vector_store_id : String = "", status : VectorStoreFileBatchObjectStatus = VectorStoreFileBatchObjectStatus::InProgress, file_counts : VectorStoreFileBatchObjectFileCounts = VectorStoreFileBatchObjectFileCounts.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
created_at=(created_at : Int64)
The Unix timestamp (in seconds) for when the vector store files batch was created.
file_counts
Sourcefile_counts=(file_counts : VectorStoreFileBatchObjectFileCounts)
Sourceobject=(object : VectorStoreFileBatchObjectObject)
The object type, which is always vector_store.file_batch.
status
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
status=(status : VectorStoreFileBatchObjectStatus)
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
vector_store_id=(vector_store_id : String)
The ID of the vector store that the File is attached to.