Interface FileBatchService
-
- All Implemented Interfaces:
public interface FileBatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
FileBatchService.WithRawResponse
A view of FileBatchService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract FileBatchService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract VectorStoreFileBatch
create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Create a vector store file batch. abstract VectorStoreFileBatch
create(BetaVectorStoreFileBatchCreateParams params)
Create a vector store file batch. abstract VectorStoreFileBatch
retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Retrieves a vector store file batch. abstract VectorStoreFileBatch
retrieve(BetaVectorStoreFileBatchRetrieveParams params)
Retrieves a vector store file batch. abstract VectorStoreFileBatch
cancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)
Cancel a vector store file batch. abstract VectorStoreFileBatch
cancel(BetaVectorStoreFileBatchCancelParams params)
Cancel a vector store file batch. abstract BetaVectorStoreFileBatchListFilesPage
listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a list of vector store files in a batch. abstract BetaVectorStoreFileBatchListFilesPage
listFiles(BetaVectorStoreFileBatchListFilesParams params)
Returns a list of vector store files in a batch. -
-
Method Detail
-
withRawResponse
abstract FileBatchService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
abstract VectorStoreFileBatch create(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)
Create a vector store file batch.
-
create
abstract VectorStoreFileBatch create(BetaVectorStoreFileBatchCreateParams params)
Create a vector store file batch.
-
retrieve
abstract VectorStoreFileBatch retrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)
Retrieves a vector store file batch.
-
retrieve
abstract VectorStoreFileBatch retrieve(BetaVectorStoreFileBatchRetrieveParams params)
Retrieves a vector store file batch.
-
cancel
abstract 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.
-
cancel
abstract VectorStoreFileBatch cancel(BetaVectorStoreFileBatchCancelParams params)
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
-
listFiles
abstract BetaVectorStoreFileBatchListFilesPage listFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)
Returns a list of vector store files in a batch.
-
listFiles
abstract BetaVectorStoreFileBatchListFilesPage listFiles(BetaVectorStoreFileBatchListFilesParams params)
Returns a list of vector store files in a batch.
-
-
-
-