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. 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)-
-
Method Detail
-
withRawResponse
RunService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
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)
-
-
-
-