VectorStore class
Constructors
-
VectorStore.new({required String id, required String object, required int createdAt, int? usageBytes, int? lastActiveAt, int? lastUsedAt, String? name, VectorStoreStatus? status, VectorStoreFileCounts? fileCounts, ExpiresAfter? expiresAfter, int? expiresAt, Map<
String, dynamic> ? metadata, int? bytes}) -
const
-
VectorStore.fromJson(Map<
String, dynamic> j) -
factory
Properties
- bytes → int?
-
final
- createdAt → int
-
final
- expiresAfter → ExpiresAfter?
-
final
- expiresAt → int?
-
final
- fileCounts → VectorStoreFileCounts?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- lastActiveAt → int?
-
final
- lastUsedAt → int?
-
final
-
metadata
→ Map<
String, dynamic> ? -
final
- name → String?
-
final
- object → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → VectorStoreStatus?
-
final
- usageBytes → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited