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