Class VectorStoreFileBatch
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreFileBatchA batch of files attached to a vector store. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVectorStoreFileBatch.BuilderA builder for VectorStoreFileBatch. public final classVectorStoreFileBatch.FileCountspublic final classVectorStoreFileBatch.StatusThe status of the vector store files batch, which can be either in_progress,completed,cancelledorfailed.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The identifier, which can be referenced in API endpoints. final LongcreatedAt()The Unix timestamp (in seconds) for when the vector store files batch was created. final VectorStoreFileBatch.FileCountsfileCounts()final JsonValue_object_()The object type, which is always vector_store.file_batch.final VectorStoreFileBatch.Statusstatus()The status of the vector store files batch, which can be either in_progress,completed,cancelledorfailed.final StringvectorStoreId()The ID of the vector store that the File is attached to. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<VectorStoreFileBatch.FileCounts>_fileCounts()Returns the raw JSON value of fileCounts. final JsonField<VectorStoreFileBatch.Status>_status()Returns the raw JSON value of status. final JsonField<String>_vectorStoreId()Returns the raw JSON value of vectorStoreId. final Map<String, JsonValue>_additionalProperties()final VectorStoreFileBatch.BuildertoBuilder()final VectorStoreFileBatchvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFileBatch.Builderbuilder()Returns a mutable builder for constructing an instance of VectorStoreFileBatch. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        createdAtfinal Long createdAt() The Unix timestamp (in seconds) for when the vector store files batch was created. 
 - 
                                        fileCountsfinal VectorStoreFileBatch.FileCounts fileCounts() 
 - 
                                        _object_final JsonValue _object_() The object type, which is always vector_store.file_batch.Expected to always return the following: JsonValue.from("vector_store.files_batch")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        statusfinal VectorStoreFileBatch.Status status() The status of the vector store files batch, which can be either in_progress,completed,cancelledorfailed.
 - 
                                        vectorStoreIdfinal String vectorStoreId() The ID of the vector store that the File is attached to. 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _fileCountsfinal JsonField<VectorStoreFileBatch.FileCounts> _fileCounts() Returns the raw JSON value of fileCounts. Unlike fileCounts, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _statusfinal JsonField<VectorStoreFileBatch.Status> _status() Returns the raw JSON value of status. Unlike status, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _vectorStoreIdfinal JsonField<String> _vectorStoreId() Returns the raw JSON value of vectorStoreId. Unlike vectorStoreId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal VectorStoreFileBatch.Builder toBuilder() 
 - 
                                        validatefinal VectorStoreFileBatch validate() 
 - 
                                        builderfinal static VectorStoreFileBatch.Builder builder() Returns a mutable builder for constructing an instance of VectorStoreFileBatch. The following fields are required: .id() .createdAt() .fileCounts() .status() .vectorStoreId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-