Class FileBatchServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.vectorstores.FileBatchService
public final class FileBatchServiceImpl implements FileBatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileBatchServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FileBatchService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. VectorStoreFileBatch
create(FileBatchCreateParams params, RequestOptions requestOptions)
VectorStoreFileBatch
retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
VectorStoreFileBatch
cancel(FileBatchCancelParams params, RequestOptions requestOptions)
FileBatchListFilesPage
listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
-
Methods inherited from class com.openai.services.blocking.vectorstores.FileBatchService
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
-
withRawResponse
FileBatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
VectorStoreFileBatch create(FileBatchCreateParams params, RequestOptions requestOptions)
-
retrieve
VectorStoreFileBatch retrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)
-
cancel
VectorStoreFileBatch cancel(FileBatchCancelParams params, RequestOptions requestOptions)
-
listFiles
FileBatchListFilesPage listFiles(FileBatchListFilesParams params, RequestOptions requestOptions)
-
-
-
-