Class VectorStoreFileBatch.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreFileBatch.BuilderA builder for VectorStoreFileBatch. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal VectorStoreFileBatch.Builder id(String id) The identifier, which can be referenced in API endpoints. 
 - 
                                        idfinal VectorStoreFileBatch.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        createdAtfinal VectorStoreFileBatch.Builder createdAt(Long createdAt) The Unix timestamp (in seconds) for when the vector store files batch was created. 
 - 
                                        createdAtfinal VectorStoreFileBatch.Builder createdAt(JsonField<Long> createdAt) Sets Builder.createdAt to an arbitrary JSON value. You should usually call Builder.createdAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        fileCountsfinal VectorStoreFileBatch.Builder fileCounts(VectorStoreFileBatch.FileCounts fileCounts) 
 - 
                                        fileCountsfinal VectorStoreFileBatch.Builder fileCounts(JsonField<VectorStoreFileBatch.FileCounts> fileCounts) Sets Builder.fileCounts to an arbitrary JSON value. You should usually call Builder.fileCounts with a well-typed FileCounts value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final VectorStoreFileBatch.Builder object_(JsonValue object_) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("vector_store.files_batch")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        statusfinal VectorStoreFileBatch.Builder status(VectorStoreFileBatch.Status status) The status of the vector store files batch, which can be either in_progress,completed,cancelledorfailed.
 - 
                                        statusfinal VectorStoreFileBatch.Builder status(JsonField<VectorStoreFileBatch.Status> status) Sets Builder.status to an arbitrary JSON value. You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        vectorStoreIdfinal VectorStoreFileBatch.Builder vectorStoreId(String vectorStoreId) The ID of the vector store that the File is attached to. 
 - 
                                        vectorStoreIdfinal VectorStoreFileBatch.Builder vectorStoreId(JsonField<String> vectorStoreId) Sets Builder.vectorStoreId to an arbitrary JSON value. You should usually call Builder.vectorStoreId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal VectorStoreFileBatch.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal VectorStoreFileBatch.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal VectorStoreFileBatch.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal VectorStoreFileBatch.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal VectorStoreFileBatch.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal VectorStoreFileBatch build() Returns an immutable instance of VectorStoreFileBatch. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .createdAt() .fileCounts() .status() .vectorStoreId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-