Class ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.BuilderA builder for VectorStore. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        chunkingStrategyfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder chunkingStrategy(ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy chunkingStrategy) The chunking strategy used to chunk the file(s). If not set, will use the autostrategy.
 - 
                                        chunkingStrategyfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder chunkingStrategy(JsonField<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy> chunkingStrategy) Sets Builder.chunkingStrategy to an arbitrary JSON value. You should usually call Builder.chunkingStrategy with a well-typed ChunkingStrategy value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        chunkingStrategyfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder chunkingStrategy(ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.Static static_) Alias for calling chunkingStrategy with ChunkingStrategy.ofStatic(static_).
 - 
                                        chunkingStrategyAutofinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder chunkingStrategyAuto() Alias for calling chunkingStrategy with ChunkingStrategy.ofAuto().
 - 
                                        staticChunkingStrategyfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder staticChunkingStrategy(ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.ChunkingStrategy.Static.InnerStatic static_) Alias for calling chunkingStrategy with the following: ChunkingStrategy.Static.builder() .static_(static_) .build()
 - 
                                        fileIdsfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder fileIds(List<String> fileIds) A list of file IDs to add to the vector store. There can be a maximum of 10000 files in a vector store. 
 - 
                                        fileIdsfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder fileIds(JsonField<List<String>> fileIds) Sets Builder.fileIds to an arbitrary JSON value. You should usually call Builder.fileIds with a well-typed List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addFileIdfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder addFileId(String fileId) 
 - 
                                        metadatafinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder metadata(ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Metadata metadata) Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters. 
 - 
                                        metadatafinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder metadata(Optional<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Metadata> metadata) Alias for calling Builder.metadata with metadata.orElse(null).
 - 
                                        metadatafinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder metadata(JsonField<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Metadata> metadata) Sets Builder.metadata to an arbitrary JSON value. You should usually call Builder.metadata with a well-typed Metadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore build() Returns an immutable instance of VectorStore. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-