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

GoogleCloudAiplatformV1ErrorAnalysisAnnotation

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

Model error analysis for each annotation.

interface GoogleCloudAiplatformV1ErrorAnalysisAnnotation {
outlierScore?: number;
outlierThreshold?: number;
queryType?:
| "QUERY_TYPE_UNSPECIFIED"
| "ALL_SIMILAR"
| "SAME_CLASS_SIMILAR"
| "SAME_CLASS_DISSIMILAR";
}

§Properties

§

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

§
outlierScore?: number
[src]

The outlier score of this annotated item. Usually defined as the min of all distances from attributed items.

§
outlierThreshold?: number
[src]

The threshold used to determine if this annotation is an outlier or not.

§
queryType?: "QUERY_TYPE_UNSPECIFIED" | "ALL_SIMILAR" | "SAME_CLASS_SIMILAR" | "SAME_CLASS_DISSIMILAR"
[src]

The query type used for finding the attributed items.