Represents the search result of a Searcher model.
abstract float |
getDistance()
Gets the distance score indicating how confident the result is.
|
abstract ByteBuffer |
getMetadata()
Gets the user-defined metadata about the result.
|
Gets the distance score indicating how confident the result is. Lower is better.
Gets the user-defined metadata about the result. This could be a label, a unique ID, a serialized proto of some sort, etc.
Do not mutate the returned metadata.