Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/mod.ts>VectorStore.FileCounts

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface VectorStore.FileCounts
import { type VectorStore } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { FileCounts } = VectorStore;

Properties

cancelled: number

The number of files that were cancelled.

completed: number

The number of files that have been successfully processed.

failed: number

The number of files that have failed to process.

in_progress: number

The number of files that are currently being processed.

total: number

The total number of files.