nearestNeighborSearchConfig property

Object? nearestNeighborSearchConfig
getter/setter pair

The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? nearestNeighborSearchConfig;