cancel
abstract suspend fun cancel(vectorStoreId: VectorStoreId, batchId: BatchId, requestOptions: RequestOptions? = null): FilesBatch?
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
Parameters
vector Store Id
The ID of the vector store file batch to cancel.
batch Id
The ID of the vector store file batch to cancel.
request Options
request options.