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 class
VectorStoreServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description VectorStoreService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. VectorStoreService
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. FileService
files()
FileBatchService
fileBatches()
VectorStore
create(VectorStoreCreateParams params, RequestOptions requestOptions)
VectorStore
retrieve(VectorStoreRetrieveParams params, RequestOptions requestOptions)
VectorStore
update(VectorStoreUpdateParams params, RequestOptions requestOptions)
VectorStoreListPage
list(VectorStoreListParams params, RequestOptions requestOptions)
VectorStoreDeleted
delete(VectorStoreDeleteParams params, RequestOptions requestOptions)
VectorStoreSearchPage
search(VectorStoreSearchParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.VectorStoreService
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
VectorStoreService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
VectorStoreService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
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)
-
-
-
-