Class FileBatchServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.vectorStores.FileBatchServiceAsync
public final class FileBatchServiceAsyncImpl implements FileBatchServiceAsync
-
-
Constructor Summary
Constructors Constructor Description FileBatchServiceAsyncImpl(ClientOptions clientOptions)
-
Method Summary
Modifier and Type Method Description CompletableFuture<VectorStoreFileBatch>
create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Create a vector store file batch. CompletableFuture<VectorStoreFileBatch>
retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Retrieves a vector store file batch. CompletableFuture<VectorStoreFileBatch>
cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Cancel a vector store file batch. CompletableFuture<BetaVectorStoreFileBatchListFilesPageAsync>
listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a list of vector store files in a batch. -
-
Constructor Detail
-
FileBatchServiceAsyncImpl
FileBatchServiceAsyncImpl(ClientOptions clientOptions)
-
-
Method Detail
-
create
CompletableFuture<VectorStoreFileBatch> create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Create a vector store file batch.
-
retrieve
CompletableFuture<VectorStoreFileBatch> retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Retrieves a vector store file batch.
-
cancel
CompletableFuture<VectorStoreFileBatch> cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
-
listFiles
CompletableFuture<BetaVectorStoreFileBatchListFilesPageAsync> listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a list of vector store files in a batch.
-
-
-
-