Class FileBatchServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponse
public final class FileBatchServiceImpl.WithRawResponseImpl implements FileBatchService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description FileBatchService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. HttpResponseFor<VectorStoreFileBatch>
create(FileBatchCreateParams params, RequestOptions requestOptions)
HttpResponseFor<VectorStoreFileBatch>
retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
HttpResponseFor<VectorStoreFileBatch>
cancel(FileBatchCancelParams params, RequestOptions requestOptions)
HttpResponseFor<FileBatchListFilesPage>
listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponse
cancel, cancel, cancel, create, create, create, listFiles, listFiles, listFiles, retrieve, retrieve, retrieve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
FileBatchService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
HttpResponseFor<VectorStoreFileBatch> create(FileBatchCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<VectorStoreFileBatch> retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
-
cancel
HttpResponseFor<VectorStoreFileBatch> cancel(FileBatchCancelParams params, RequestOptions requestOptions)
-
listFiles
HttpResponseFor<FileBatchListFilesPage> listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
-
-
-
-