neighbors property
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.
Output only.
Implementation
core.List<GoogleCloudAiplatformV1Neighbor>? neighbors;