Package com.openai.services.async
Class VectorStoreServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.VectorStoreServiceAsync
public final class VectorStoreServiceAsyncImpl implements VectorStoreServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VectorStoreServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.openai.services.async.VectorStoreServiceAsync
create, create, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, search, search, search, update, update, update, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
VectorStoreServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
VectorStoreServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
files
FileServiceAsync files()
-
fileBatches
FileBatchServiceAsync fileBatches()
-
create
CompletableFuture<VectorStore> create(VectorStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<VectorStore> retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<VectorStore> update(VectorStoreUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<VectorStoreListPageAsync> list(VectorStoreListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<VectorStoreDeleted> delete(VectorStoreDeleteParams params, RequestOptions requestOptions)
-
search
CompletableFuture<VectorStoreSearchPageAsync> search(VectorStoreSearchParams params, RequestOptions requestOptions)
-
-
-
-