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

GoogleCloudAiplatformV1ExamplesOverride

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

Overrides for example-based explanations.

interface GoogleCloudAiplatformV1ExamplesOverride {
crowdingCount?: number;
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "INSTANCES" | "EMBEDDINGS";
neighborCount?: number;
returnEmbeddings?: boolean;
}

§Properties

§
crowdingCount?: number
[src]

The number of neighbors to return that have the same crowding tag.

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "INSTANCES" | "EMBEDDINGS"
[src]

The format of the data being provided with each call.

§
neighborCount?: number
[src]

The number of neighbors to return.

§

Restrict the resulting nearest neighbors to respect these constraints.

§
returnEmbeddings?: boolean
[src]

If true, return the embeddings instead of neighbors.