Package com.openai.models.beta.threads
        Class ThreadCreateAndRunParams.Thread.ToolResources.FileSearch
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadCreateAndRunParams.Thread.ToolResources.FileSearch
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classThreadCreateAndRunParams.Thread.ToolResources.FileSearch.BuilderA builder for FileSearch. public final classThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        vectorStoreIdsfinal Optional<List<String>> vectorStoreIds() The vector store attached to this thread. There can be a maximum of 1 vector store attached to the thread. 
 - 
                                        vectorStoresfinal Optional<List<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore>> vectorStores() A helper to create a vector store with file_ids and attach it to this thread. There can be a maximum of 1 vector store attached to the thread. 
 - 
                                        _vectorStoreIdsfinal JsonField<List<String>> _vectorStoreIds() Returns the raw JSON value of vectorStoreIds. Unlike vectorStoreIds, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _vectorStoresfinal JsonField<List<ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.VectorStore>> _vectorStores() Returns the raw JSON value of vectorStores. Unlike vectorStores, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder toBuilder() 
 - 
                                        validatefinal ThreadCreateAndRunParams.Thread.ToolResources.FileSearch validate() 
 - 
                                        builderfinal static ThreadCreateAndRunParams.Thread.ToolResources.FileSearch.Builder builder() Returns a mutable builder for constructing an instance of FileSearch. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-