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

GoogleCloudAiplatformV1Examples

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

Example-based explainability that returns the nearest neighbors from the provided dataset.

interface GoogleCloudAiplatformV1Examples {
nearestNeighborSearchConfig?: any;
neighborCount?: number;
}

§Properties

§

The Cloud Storage input instances.

§
nearestNeighborSearchConfig?: any
[src]

The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.

§
neighborCount?: number
[src]

The number of neighbors to return when querying for examples.

§

Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.