Class VectorStoreServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.VectorStoreService.WithRawResponse
public final class VectorStoreServiceImpl.WithRawResponseImpl implements VectorStoreService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FileService.WithRawResponse
files()
FileBatchService.WithRawResponse
fileBatches()
HttpResponseFor<VectorStore>
create(BetaVectorStoreCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /vector_stores
, but is otherwise the same as VectorStoreService.create.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 VectorStoreService.retrieve.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 VectorStoreService.update.HttpResponseFor<BetaVectorStoreListPage>
list(BetaVectorStoreListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /vector_stores
, but is otherwise the same as VectorStoreService.list.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 VectorStoreService.delete.-
-
Method Detail
-
files
FileService.WithRawResponse files()
-
fileBatches
FileBatchService.WithRawResponse fileBatches()
-
create
HttpResponseFor<VectorStore> create(BetaVectorStoreCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /vector_stores
, but is otherwise the same as VectorStoreService.create.
-
retrieve
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 VectorStoreService.retrieve.
-
update
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 VectorStoreService.update.
-
list
HttpResponseFor<BetaVectorStoreListPage> list(BetaVectorStoreListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /vector_stores
, but is otherwise the same as VectorStoreService.list.
-
delete
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 VectorStoreService.delete.
-
-
-
-