Class VectorStoreFileBatchObject
- Assembly
- AntRunnerLib.dll
public class VectorStoreFileBatchObject : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IEquatable<VectorStoreFileBatchObject>
- Inheritance
-
System.ObjectVectorStoreFileBatchObject
- Implements
-
System.IEquatable<ObjectBaseResponse>System.IEquatable<BaseResponse>System.IEquatable<VectorStoreFileBatchObject>
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
Properties
CreatedAt
The Unix timestamp (in seconds) for when the vector store files batch was created.
[JsonPropertyName("created_at")]
public int CreatedAt { get; set; }
Property Value
- System.Int32
FileCounts
[JsonPropertyName("file_counts")]
public FileCounts FileCounts { get; set; }
Property Value
Id
The identifier, which can be referenced in API endpoints.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
- System.String
Status
The status of the vector store files batch, which can be either in_progress, completed, cancelled or
failed.
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
- System.String
VectorStoreId
The ID of the vector store that the File is attached to.
[JsonPropertyName("vector_store_id")]
public string VectorStoreId { get; set; }
Property Value
- System.String