norm property

  1. @TagNumber.new(2)
double get norm

L2 norm of values. Optional — populated when the backend computes it (typically when normalize=false and the consumer wants to score similarity without recomputing).

Implementation

@$pb.TagNumber(2)
$core.double get norm => $_getN(1);
  1. @TagNumber.new(2)
set norm (double value)

Implementation

@$pb.TagNumber(2)
set norm($core.double value) => $_setFloat(1, value);