Package com.openai.models.vectorstores
        Class VectorStoreSearchPage.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class VectorStoreSearchPage.BuilderA builder for VectorStoreSearchPage. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final VectorStoreSearchPage.Builderservice(VectorStoreService service)final VectorStoreSearchPage.Builderparams(VectorStoreSearchParams params)The parameters that were used to request this page. final VectorStoreSearchPage.Builderresponse(VectorStoreSearchPageResponse response)The response that this page was parsed from. final VectorStoreSearchPagebuild()Returns an immutable instance of VectorStoreSearchPage. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        servicefinal VectorStoreSearchPage.Builder service(VectorStoreService service) 
 - 
                                        paramsfinal VectorStoreSearchPage.Builder params(VectorStoreSearchParams params) The parameters that were used to request this page. 
 - 
                                        responsefinal VectorStoreSearchPage.Builder response(VectorStoreSearchPageResponse response) The response that this page was parsed from. 
 - 
                                        buildfinal VectorStoreSearchPage build() Returns an immutable instance of VectorStoreSearchPage. Further updates to this Builder will not mutate the returned instance. The following fields are required: .service() .params() .response()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-