Class VectorStoreFilesBatch
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class VectorStoreFilesBatch : OpenAIObject
Properties
| Edit this page View SourceCreatedAt
The Unix timestamp (in seconds) of when this object was created.
Declaration
[JsonProperty("created_at")]
public UnixTime? CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
FileCounts
...?
Declaration
[JsonProperty("file_counts")]
public FileCounts FileCounts { get; set; }
Property Value
| Type | Description |
|---|---|
| FileCounts |
Status
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VectorStoreId
The ID of the vector store that the File is attached to.
Declaration
[JsonProperty("vector_store_id")]
public string VectorStoreId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |