Class RunServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.evals.RunService
public final class RunServiceImpl implements RunService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRunServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RunService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RunServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OutputItemServiceoutputItems()RunCreateResponsecreate(RunCreateParams params, RequestOptions requestOptions)RunRetrieveResponseretrieve(RunRetrieveParams params, RequestOptions requestOptions)RunListPagelist(RunListParams params, RequestOptions requestOptions)RunDeleteResponsedelete(RunDeleteParams params, RequestOptions requestOptions)RunCancelResponsecancel(RunCancelParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.evals.RunService
cancel, cancel, cancel, create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
RunService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RunService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
outputItems
OutputItemService outputItems()
-
create
RunCreateResponse create(RunCreateParams params, RequestOptions requestOptions)
-
retrieve
RunRetrieveResponse retrieve(RunRetrieveParams params, RequestOptions requestOptions)
-
list
RunListPage list(RunListParams params, RequestOptions requestOptions)
-
delete
RunDeleteResponse delete(RunDeleteParams params, RequestOptions requestOptions)
-
cancel
RunCancelResponse cancel(RunCancelParams params, RequestOptions requestOptions)
-
-
-
-