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. FileBatchServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. 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)
-
Methods inherited from class com.openai.services.async.vectorstores.FileBatchServiceAsync
cancel, cancel, cancel, create, create, create, listFiles, listFiles, listFiles, retrieve, retrieve, retrieve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
FileBatchServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
FileBatchServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
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)
-
-
-
-