Package com.openai.services.blocking
        Class EvalServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.EvalService.WithRawResponse
 
 public final class EvalServiceImpl.WithRawResponseImpl implements EvalService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description EvalService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RunService.WithRawResponseruns()HttpResponseFor<EvalCreateResponse>create(EvalCreateParams params, RequestOptions requestOptions)HttpResponseFor<EvalRetrieveResponse>retrieve(EvalRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<EvalUpdateResponse>update(EvalUpdateParams params, RequestOptions requestOptions)HttpResponseFor<EvalListPage>list(EvalListParams params, RequestOptions requestOptions)HttpResponseFor<EvalDeleteResponse>delete(EvalDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.EvalService.WithRawResponsecreate, 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- 
                                        withOptionsEvalService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        runsRunService.WithRawResponse runs() 
 - 
                                        createHttpResponseFor<EvalCreateResponse> create(EvalCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveHttpResponseFor<EvalRetrieveResponse> retrieve(EvalRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateHttpResponseFor<EvalUpdateResponse> update(EvalUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listHttpResponseFor<EvalListPage> list(EvalListParams params, RequestOptions requestOptions) 
 - 
                                        deleteHttpResponseFor<EvalDeleteResponse> delete(EvalDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-