Class FileBatchServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.vectorStores.FileBatchServiceAsync.WithRawResponse
public final class FileBatchServiceAsyncImpl.WithRawResponseImpl implements FileBatchServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<VectorStoreFileBatch>>
create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /vector_stores/{vector_store_id}/file_batches
, but is otherwise the same as FileBatchServiceAsync.create.CompletableFuture<HttpResponseFor<VectorStoreFileBatch>>
retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /vector_stores/{vector_store_id}/file_batches/{batch_id}
, but is otherwise the same as FileBatchServiceAsync.retrieve.CompletableFuture<HttpResponseFor<VectorStoreFileBatch>>
cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
, but is otherwise the same as FileBatchServiceAsync.cancel.CompletableFuture<HttpResponseFor<BetaVectorStoreFileBatchListFilesPageAsync>>
listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
, but is otherwise the same as FileBatchServiceAsync.listFiles.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<VectorStoreFileBatch>> create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores/{vector_store_id}/file_batches
, but is otherwise the same as FileBatchServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<VectorStoreFileBatch>> retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/file_batches/{batch_id}
, but is otherwise the same as FileBatchServiceAsync.retrieve.
-
cancel
CompletableFuture<HttpResponseFor<VectorStoreFileBatch>> cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel
, but is otherwise the same as FileBatchServiceAsync.cancel.
-
listFiles
CompletableFuture<HttpResponseFor<BetaVectorStoreFileBatchListFilesPageAsync>> listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
, but is otherwise the same as FileBatchServiceAsync.listFiles.
-
-
-
-