Class VectorStoreFilesBatch
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class VectorStoreFilesBatch : ModelResponse
Properties
FileCounts
...?
Declaration
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
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
VectorStoreId
The ID of the vector store that the File is attached to.
Declaration
public string VectorStoreId { get; set; }
Property Value
Type | Description |
---|---|
string |