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 class
EvalServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EvalService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. EvalService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. RunService
runs()
EvalCreateResponse
create(EvalCreateParams params, RequestOptions requestOptions)
EvalRetrieveResponse
retrieve(EvalRetrieveParams params, RequestOptions requestOptions)
EvalUpdateResponse
update(EvalUpdateParams params, RequestOptions requestOptions)
EvalListPage
list(EvalListParams params, RequestOptions requestOptions)
EvalDeleteResponse
delete(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)
-
-
-
-