Package com.openai.services.blocking
        Class EvalServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.EvalService
 
 public final class EvalServiceImpl implements EvalService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classEvalServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description EvalService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EvalServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RunServiceruns()EvalCreateResponsecreate(EvalCreateParams params, RequestOptions requestOptions)EvalRetrieveResponseretrieve(EvalRetrieveParams params, RequestOptions requestOptions)EvalUpdateResponseupdate(EvalUpdateParams params, RequestOptions requestOptions)EvalListPagelist(EvalListParams params, RequestOptions requestOptions)EvalDeleteResponsedelete(EvalDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.EvalServicecreate, 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- 
                                        withRawResponseEvalService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsEvalService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        runsRunService runs() 
 - 
                                        createEvalCreateResponse create(EvalCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveEvalRetrieveResponse retrieve(EvalRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateEvalUpdateResponse update(EvalUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listEvalListPage list(EvalListParams params, RequestOptions requestOptions) 
 - 
                                        deleteEvalDeleteResponse delete(EvalDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-