Class FileBatchServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.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(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. -
-
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(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.
-
-
-
-