Package com.openai.services.async
Class BatchServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.BatchServiceAsync.WithRawResponse
public final class BatchServiceAsyncImpl.WithRawResponseImpl implements BatchServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Batch>>
create(BatchCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<Batch>>
retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<BatchListPageAsync>>
list(BatchListParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<Batch>>
cancel(BatchCancelParams params, RequestOptions requestOptions)
-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<Batch>> create(BatchCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<Batch>> retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BatchListPageAsync>> list(BatchListParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<Batch>> cancel(BatchCancelParams params, RequestOptions requestOptions)
-
-
-
-