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

TimeSeriesFeedback

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

Details about feedback submitted for an anomalous metric.

interface TimeSeriesFeedback {
IsAnomaly?: boolean | null;
TimeSeriesId?: string | null;
}

§Properties

§
IsAnomaly?: boolean | null
[src]

Feedback on whether the metric is a legitimate anomaly.

§
TimeSeriesId?: string | null
[src]

The ID of the metric.