Package com.openai.services.blocking
Class BatchServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.BatchService
public final class BatchServiceImpl implements BatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BatchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Batchcreate(BatchCreateParams params, RequestOptions requestOptions)Batchretrieve(BatchRetrieveParams params, RequestOptions requestOptions)BatchListPagelist(BatchListParams params, RequestOptions requestOptions)Batchcancel(BatchCancelParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
Batch create(BatchCreateParams params, RequestOptions requestOptions)
-
retrieve
Batch retrieve(BatchRetrieveParams params, RequestOptions requestOptions)
-
list
BatchListPage list(BatchListParams params, RequestOptions requestOptions)
-
cancel
Batch cancel(BatchCancelParams params, RequestOptions requestOptions)
-
-
-
-