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

Confidence

import type { Confidence } from "https://aws-api.deno.dev/v0.4/services/lookoutmetrics.ts?docs=full";
type Confidence =
| "HIGH"
| "LOW"
| "NONE"

§Type

§
"HIGH" | "LOW" | "NONE" | cmnP.UnexpectedEnumValue
[src]