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>VectorStoreUpdateParams

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

Interfaces

Occurs when an error occurs. This can happen due to an internal server error or a timeout.

The expiration policy for a vector store.

Occurs when a message is completed.

Occurs when a message is created.

Occurs when parts of a Message are being streamed.

Occurs when a message ends before it is completed.

Occurs when a message moves to an in_progress state.

Occurs when a run is cancelled.

Occurs when a run moves to a cancelling status.

Occurs when a run is completed.

Occurs when a new run is created.

Occurs when a run expires.

Occurs when a run fails.

Occurs when a run ends with status incomplete.

Occurs when a run moves to an in_progress status.

Occurs when a run moves to a queued status.

Occurs when a run moves to a requires_action status.

Occurs when a run step is cancelled.

Occurs when a run step is completed.

Occurs when a run step is created.

Occurs when parts of a run step are being streamed.

Occurs when a run step expires.

Occurs when a run step fails.

Occurs when a run step moves to an in_progress state.

interface VectorStoreUpdateParams
import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";

Properties

optional
expires_after: VectorStoreUpdateParams.ExpiresAfter | null

The expiration policy for a vector store.

optional
metadata: unknown | null

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.

optional
name: string | null

The name of the vector store.