Package com.openai.services.async
Class UploadServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.UploadServiceAsync
public final class UploadServiceAsyncImpl implements UploadServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
UploadServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description UploadServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. PartServiceAsync
parts()
CompletableFuture<Upload>
create(UploadCreateParams params, RequestOptions requestOptions)
CompletableFuture<Upload>
cancel(UploadCancelParams params, RequestOptions requestOptions)
CompletableFuture<Upload>
complete(UploadCompleteParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
UploadServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
parts
PartServiceAsync parts()
-
create
CompletableFuture<Upload> create(UploadCreateParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<Upload> cancel(UploadCancelParams params, RequestOptions requestOptions)
-
complete
CompletableFuture<Upload> complete(UploadCompleteParams params, RequestOptions requestOptions)
-
-
-
-