Class FileBatchServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.vectorstores.FileBatchServiceAsync
public final class FileBatchServiceAsyncImpl implements FileBatchServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileBatchServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FileBatchServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<VectorStoreFileBatch>
create(FileBatchCreateParams params, RequestOptions requestOptions)
CompletableFuture<VectorStoreFileBatch>
retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<VectorStoreFileBatch>
cancel(FileBatchCancelParams params, RequestOptions requestOptions)
CompletableFuture<FileBatchListFilesPageAsync>
listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
FileBatchServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<VectorStoreFileBatch> create(FileBatchCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<VectorStoreFileBatch> retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<VectorStoreFileBatch> cancel(FileBatchCancelParams params, RequestOptions requestOptions)
-
listFiles
CompletableFuture<FileBatchListFilesPageAsync> listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
-
-
-
-