Interface FileBatchService
-
- All Implemented Interfaces:
public interface FileBatchService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFileBatchService.WithRawResponseA view of FileBatchService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract FileBatchService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract VectorStoreFileBatchcreate(BetaVectorStoreFileBatchCreateParams params, RequestOptions requestOptions)Create a vector store file batch. abstract VectorStoreFileBatchcreate(BetaVectorStoreFileBatchCreateParams params)Create a vector store file batch. abstract VectorStoreFileBatchretrieve(BetaVectorStoreFileBatchRetrieveParams params, RequestOptions requestOptions)Retrieves a vector store file batch. abstract VectorStoreFileBatchretrieve(BetaVectorStoreFileBatchRetrieveParams params)Retrieves a vector store file batch. abstract VectorStoreFileBatchcancel(BetaVectorStoreFileBatchCancelParams params, RequestOptions requestOptions)Cancel a vector store file batch. abstract VectorStoreFileBatchcancel(BetaVectorStoreFileBatchCancelParams params)Cancel a vector store file batch. abstract BetaVectorStoreFileBatchListFilesPagelistFiles(BetaVectorStoreFileBatchListFilesParams params, RequestOptions requestOptions)Returns a list of vector store files in a batch. abstract BetaVectorStoreFileBatchListFilesPagelistFiles(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.
-
-
-
-