Class FileBatchServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.vectorStores.FileBatchService.WithRawResponse
public final class FileBatchServiceImpl.WithRawResponseImpl implements FileBatchService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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 FileBatchService.create.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 FileBatchService.retrieve.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 FileBatchService.cancel.HttpResponseFor<BetaVectorStoreFileBatchListFilesPage>
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 FileBatchService.listFiles.-
-
Method Detail
-
create
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 FileBatchService.create.
-
retrieve
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 FileBatchService.retrieve.
-
cancel
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 FileBatchService.cancel.
-
listFiles
HttpResponseFor<BetaVectorStoreFileBatchListFilesPage> 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 FileBatchService.listFiles.
-
-
-
-