Package com.openai.models.beta.threads
        Class ThreadCreateParams.ToolResources.FileSearch
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadCreateParams.ToolResources.FileSearch
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classThreadCreateParams.ToolResources.FileSearch.BuilderA builder for FileSearch. public final classThreadCreateParams.ToolResources.FileSearch.VectorStore
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<List<String>>vectorStoreIds()The vector store attached to this thread. final Optional<List<ThreadCreateParams.ToolResources.FileSearch.VectorStore>>vectorStores()A helper to create a vector store with file_ids and attach it to this thread. final JsonField<List<String>>_vectorStoreIds()Returns the raw JSON value of vectorStoreIds. final JsonField<List<ThreadCreateParams.ToolResources.FileSearch.VectorStore>>_vectorStores()Returns the raw JSON value of vectorStores. final Map<String, JsonValue>_additionalProperties()final ThreadCreateParams.ToolResources.FileSearch.BuildertoBuilder()final ThreadCreateParams.ToolResources.FileSearchvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ThreadCreateParams.ToolResources.FileSearch.Builderbuilder()Returns a mutable builder for constructing an instance of FileSearch. - 
                    
                    
                    - 
                                
                            
                                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<ThreadCreateParams.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<ThreadCreateParams.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 ThreadCreateParams.ToolResources.FileSearch.Builder toBuilder() 
 - 
                                        validatefinal ThreadCreateParams.ToolResources.FileSearch validate() 
 - 
                                        builderfinal static ThreadCreateParams.ToolResources.FileSearch.Builder builder() Returns a mutable builder for constructing an instance of FileSearch. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-