Package com.openai.services.async
        Class EvalServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.EvalServiceAsync
 
 public final class EvalServiceAsyncImpl implements EvalServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description EvalServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EvalServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RunServiceAsyncruns()CompletableFuture<EvalCreateResponse>create(EvalCreateParams params, RequestOptions requestOptions)CompletableFuture<EvalRetrieveResponse>retrieve(EvalRetrieveParams params, RequestOptions requestOptions)CompletableFuture<EvalUpdateResponse>update(EvalUpdateParams params, RequestOptions requestOptions)CompletableFuture<EvalListPageAsync>list(EvalListParams params, RequestOptions requestOptions)CompletableFuture<EvalDeleteResponse>delete(EvalDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.EvalServiceAsynccreate, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseEvalServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsEvalServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        runsRunServiceAsync runs() 
 - 
                                        createCompletableFuture<EvalCreateResponse> create(EvalCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<EvalRetrieveResponse> retrieve(EvalRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<EvalUpdateResponse> update(EvalUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<EvalListPageAsync> list(EvalListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<EvalDeleteResponse> delete(EvalDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-