Class FileBatchServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.vectorStores.FileBatchService
public final class FileBatchServiceImpl implements FileBatchService
-
-
Constructor Summary
Constructors Constructor Description FileBatchServiceImpl(ClientOptions clientOptions)
-
Method Summary
Modifier and Type Method Description VectorStoreFileBatch
create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Create a vector store file batch. VectorStoreFileBatch
retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Retrieves a vector store file batch. VectorStoreFileBatch
cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Cancel a vector store file batch. BetaVectorStoreFileBatchListFilesPage
listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a list of vector store files in a batch. -
-
Constructor Detail
-
FileBatchServiceImpl
FileBatchServiceImpl(ClientOptions clientOptions)
-
-
Method Detail
-
create
VectorStoreFileBatch create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Create a vector store file batch.
-
retrieve
VectorStoreFileBatch retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Retrieves a vector store file batch.
-
cancel
VectorStoreFileBatch cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
-
listFiles
BetaVectorStoreFileBatchListFilesPage listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a list of vector store files in a batch.
-
-
-
-