Function cancel_vector_store_file_batch

Source
pub fn cancel_vector_store_file_batch<C, Fut, B, E>(
    client: C,
    params: &CancelVectorStoreFileBatchParams,
) -> CancelVectorStoreFileBatch<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Expand description

Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.