Package com.openai.services.blocking
Class VectorStoreServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.VectorStoreService
public final class VectorStoreServiceImpl implements VectorStoreService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description VectorStoreService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FileServicefiles()FileBatchServicefileBatches()VectorStorecreate(VectorStoreCreateParams params, RequestOptions requestOptions)VectorStoreretrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)VectorStoreupdate(VectorStoreUpdateParams params, RequestOptions requestOptions)VectorStoreListPagelist(VectorStoreListParams params, RequestOptions requestOptions)VectorStoreDeleteddelete(VectorStoreDeleteParams params, RequestOptions requestOptions)VectorStoreSearchPagesearch(VectorStoreSearchParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
VectorStoreService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
files
FileService files()
-
fileBatches
FileBatchService fileBatches()
-
create
VectorStore create(VectorStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
VectorStore retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)
-
update
VectorStore update(VectorStoreUpdateParams params, RequestOptions requestOptions)
-
list
VectorStoreListPage list(VectorStoreListParams params, RequestOptions requestOptions)
-
delete
VectorStoreDeleted delete(VectorStoreDeleteParams params, RequestOptions requestOptions)
-
search
VectorStoreSearchPage search(VectorStoreSearchParams params, RequestOptions requestOptions)
-
-
-
-