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
Modifier and Type Method Description VectorStoreServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. FileServiceAsync
files()
FileBatchServiceAsync
fileBatches()
CompletableFuture<VectorStore>
create(VectorStoreCreateParams params, RequestOptions requestOptions)
CompletableFuture<VectorStore>
retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<VectorStore>
update(VectorStoreUpdateParams params, RequestOptions requestOptions)
CompletableFuture<VectorStoreListPageAsync>
list(VectorStoreListParams params, RequestOptions requestOptions)
CompletableFuture<VectorStoreDeleted>
delete(VectorStoreDeleteParams params, RequestOptions requestOptions)
CompletableFuture<VectorStoreSearchPageAsync>
search(VectorStoreSearchParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
VectorStoreServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
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)
-
-
-
-