KoolbaseVector class
A stored vector retrieved by KoolbaseDocRef.getVector. The vector field carries the float values exactly as stored on the server, and the field-name + record-id pair identifies which slot they came from.
Constructors
-
KoolbaseVector({required String recordId, required String fieldName, required List<
double> vector, required DateTime createdAt, required DateTime updatedAt}) -
const
-
KoolbaseVector.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited