Class FileBatchServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.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(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. -
-
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(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.
-
-
-
-