Package com.openai.services.blocking
Class EvalServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.EvalService
public final class EvalServiceImpl implements EvalService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEvalServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier 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.EvalService
create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
EvalService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
EvalService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
runs
RunService runs()
-
create
EvalCreateResponse create(EvalCreateParams params, RequestOptions requestOptions)
-
retrieve
EvalRetrieveResponse retrieve(EvalRetrieveParams params, RequestOptions requestOptions)
-
update
EvalUpdateResponse update(EvalUpdateParams params, RequestOptions requestOptions)
-
list
EvalListPage list(EvalListParams params, RequestOptions requestOptions)
-
delete
EvalDeleteResponse delete(EvalDeleteParams params, RequestOptions requestOptions)
-
-
-
-