Interface VectorStoreServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface VectorStoreServiceAsync.WithRawResponseA view of VectorStoreServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract FileServiceAsync.WithRawResponsefiles()abstract FileBatchServiceAsync.WithRawResponsefileBatches()abstract CompletableFuture<HttpResponseFor<VectorStore>>create(BetaVectorStoreCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /vector_stores, but is otherwise the same as VectorStoreServiceAsync.create.abstract CompletableFuture<HttpResponseFor<VectorStore>>create(BetaVectorStoreCreateParams params)Returns a raw HTTP response for post /vector_stores, but is otherwise the same as VectorStoreServiceAsync.create.abstract CompletableFuture<HttpResponseFor<VectorStore>>retrieve(BetaVectorStoreRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<VectorStore>>retrieve(BetaVectorStoreRetrieveParams params)Returns a raw HTTP response for get /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<VectorStore>>update(BetaVectorStoreUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.update.abstract CompletableFuture<HttpResponseFor<VectorStore>>update(BetaVectorStoreUpdateParams params)Returns a raw HTTP response for post /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.update.abstract CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>>list(BetaVectorStoreListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.abstract CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>>list(BetaVectorStoreListParams params)Returns a raw HTTP response for get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.abstract CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>>list()Returns a raw HTTP response for get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.abstract CompletableFuture<HttpResponseFor<VectorStoreDeleted>>delete(BetaVectorStoreDeleteParams params, RequestOptions requestOptions)Returns a raw HTTP response for delete /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.delete.abstract CompletableFuture<HttpResponseFor<VectorStoreDeleted>>delete(BetaVectorStoreDeleteParams params)Returns a raw HTTP response for delete /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.delete.-
-
Method Detail
-
files
abstract FileServiceAsync.WithRawResponse files()
-
fileBatches
abstract FileBatchServiceAsync.WithRawResponse fileBatches()
-
create
abstract CompletableFuture<HttpResponseFor<VectorStore>> create(BetaVectorStoreCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores, but is otherwise the same as VectorStoreServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<VectorStore>> create(BetaVectorStoreCreateParams params)
Returns a raw HTTP response for
post /vector_stores, but is otherwise the same as VectorStoreServiceAsync.create.
-
retrieve
abstract CompletableFuture<HttpResponseFor<VectorStore>> retrieve(BetaVectorStoreRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<VectorStore>> retrieve(BetaVectorStoreRetrieveParams params)
Returns a raw HTTP response for
get /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.retrieve.
-
update
abstract CompletableFuture<HttpResponseFor<VectorStore>> update(BetaVectorStoreUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.update.
-
update
abstract CompletableFuture<HttpResponseFor<VectorStore>> update(BetaVectorStoreUpdateParams params)
Returns a raw HTTP response for
post /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.update.
-
list
abstract CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>> list(BetaVectorStoreListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>> list(BetaVectorStoreListParams params)
Returns a raw HTTP response for
get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>> list()
Returns a raw HTTP response for
get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<BetaVectorStoreListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores, but is otherwise the same as VectorStoreServiceAsync.list.
-
delete
abstract CompletableFuture<HttpResponseFor<VectorStoreDeleted>> delete(BetaVectorStoreDeleteParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
delete /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.delete.
-
delete
abstract CompletableFuture<HttpResponseFor<VectorStoreDeleted>> delete(BetaVectorStoreDeleteParams params)
Returns a raw HTTP response for
delete /vector_stores/{vector_store_id}, but is otherwise the same as VectorStoreServiceAsync.delete.
-
-
-
-