Table of Contents

Class VectorStoreFilesBatch

public class VectorStoreFilesBatch : OpenAIObject
Inheritance
object
VectorStoreFilesBatch
Inherited Members

Properties

CreatedAt

The Unix timestamp (in seconds) of when this object was created.

public UnixTime? CreatedAt { get; set; }

Property Value

UnixTime?

FileCounts

...?

public FileCounts FileCounts { get; set; }

Property Value

FileCounts

Status

The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.

public string Status { get; set; }

Property Value

string

VectorStoreId

The ID of the vector store that the File is attached to.

public string VectorStoreId { get; set; }

Property Value

string