neighbors property

List<Neighbor> neighbors
final

Output only. List of the nearest neighbors for example-based explanations.

For models deployed with the examples explanations feature enabled, the attributions field is empty and instead the neighbors field is populated.

Implementation

final List<Neighbor> neighbors;