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 classFileBatchServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FileBatchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. VectorStoreFileBatchcreate(FileBatchCreateParams params, RequestOptions requestOptions)VectorStoreFileBatchretrieve(FileBatchRetrieveParams params, RequestOptions requestOptions)VectorStoreFileBatchcancel(FileBatchCancelParams params, RequestOptions requestOptions)FileBatchListFilesPagelistFiles(FileBatchListFilesParams params, RequestOptions requestOptions)-
-
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)
-
-
-
-