Package com.openai.services.blocking
Class UploadServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.UploadService.WithRawResponse
public final class UploadServiceImpl.WithRawResponseImpl implements UploadService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PartService.WithRawResponseparts()HttpResponseFor<Upload>create(UploadCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /uploads, but is otherwise the same as UploadService.create.HttpResponseFor<Upload>cancel(UploadCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /uploads/{upload_id}/cancel, but is otherwise the same as UploadService.cancel.HttpResponseFor<Upload>complete(UploadCompleteParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /uploads/{upload_id}/complete, but is otherwise the same as UploadService.complete.-
-
Method Detail
-
parts
PartService.WithRawResponse parts()
-
create
HttpResponseFor<Upload> create(UploadCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /uploads, but is otherwise the same as UploadService.create.
-
cancel
HttpResponseFor<Upload> cancel(UploadCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /uploads/{upload_id}/cancel, but is otherwise the same as UploadService.cancel.
-
complete
HttpResponseFor<Upload> complete(UploadCompleteParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /uploads/{upload_id}/complete, but is otherwise the same as UploadService.complete.
-
-
-
-