neighbors property

List<GoogleCloudAiplatformV1Neighbor>? neighbors
getter/setter pair

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;