Skip to main content
Module

x/openai/resources/beta/vector-stores/mod.ts>FileBatches#cancel

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method FileBatches.prototype.cancel
import { FileBatches } from "https://deno.land/x/openai@v4.52.7/resources/beta/vector-stores/mod.ts";

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

Parameters

vectorStoreId: string
batchId: string
optional
options: Core.RequestOptions