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

DetectedField

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

An inferred field.

interface DetectedField {
Confidence?: Confidence | null;
Message?: string | null;
Value?: AttributeValue | null;
}

§Properties

§
Confidence?: Confidence | null
[src]

The field's confidence.

§
Message?: string | null
[src]

The field's message.

§
Value?: AttributeValue | null
[src]

The field's value.