Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1Neighbor

import type { GoogleCloudAiplatformV1Neighbor } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Neighbors for example-based explanations.

interface GoogleCloudAiplatformV1Neighbor {
readonly neighborDistance?: number;
readonly neighborId?: string;
}

§Properties

§
readonly neighborDistance?: number
[src]

Output only. The neighbor distance.

§
readonly neighborId?: string
[src]

Output only. The neighbor id.