Class VectorStoreFileBatchObject
- Assembly
- AntRunnerLib.dll
public class VectorStoreFileBatchObject : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IEquatable<VectorStoreFileBatchObject>
- Inheritance
-
System.
Object VectorStore File Batch Object
- Implements
-
System.
IEquatable <ObjectBase >Response System.IEquatable <BaseResponse >System.IEquatable <VectorStore >File Batch Object
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
CreatedAt
The Unix timestamp (in seconds) for when the vector store files batch was created.
Property Value
- System.
Int32
FileCounts
Property Value
Id
The identifier, which can be referenced in API endpoints.
Property Value
- System.
String
Status
The status of the vector store files batch, which can be either in_progress
, completed
, cancelled
or
failed
.
Property Value
- System.
String
VectorStoreId
The ID of the vector store that the File is attached to.
Property Value
- System.
String