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

GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem

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

Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.

interface GoogleCloudAiplatformV1ErrorAnalysisAnnotationAttributedItem {
annotationResourceName?: string;
distance?: number;
}

§Properties

§
annotationResourceName?: string
[src]

The unique ID for each annotation. Used by FE to allocate the annotation in DB.

§
distance?: number
[src]

The distance of this item to the annotation.