Package com.openai.services.blocking
Class BatchServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.BatchService.WithRawResponse
public final class BatchServiceImpl.WithRawResponseImpl implements BatchService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BatchService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponseFor<Batch>
create(BatchCreateParams params, RequestOptions requestOptions)
HttpResponseFor<Batch>
retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
HttpResponseFor<BatchListPage>
list(BatchListParams params, RequestOptions requestOptions)
HttpResponseFor<Batch>
cancel(BatchCancelParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.BatchService.WithRawResponse
cancel, cancel, cancel, cancel, cancel, create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
BatchService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
HttpResponseFor<Batch> create(BatchCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<Batch> retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<BatchListPage> list(BatchListParams params, RequestOptions requestOptions)
-
cancel
HttpResponseFor<Batch> cancel(BatchCancelParams params, RequestOptions requestOptions)
-
-
-
-