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

AnomalyGroupTimeSeriesFeedback

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

Feedback for an anomalous metric.

interface AnomalyGroupTimeSeriesFeedback {
AnomalyGroupId: string;
IsAnomaly: boolean;
TimeSeriesId: string;
}

§Properties

§
AnomalyGroupId: string
[src]

The ID of the anomaly group.

§
IsAnomaly: boolean
[src]

Feedback on whether the metric is a legitimate anomaly.

§
TimeSeriesId: string
[src]

The ID of the metric.