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

createdAt DateTime
final
fieldName String
final
hashCode int
The hash code for this object.
no setterinherited
recordId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
final
vector List<double>
final

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