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

AnomalyGroupStatistics

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

Aggregated statistics for a group of anomalous metrics.

interface AnomalyGroupStatistics {
EvaluationStartDate?: string | null;
ItemizedMetricStatsList?: ItemizedMetricStats[] | null;
TotalCount?: number | null;
}

§Properties

§
EvaluationStartDate?: string | null
[src]

The start of the time range that was searched.

§
ItemizedMetricStatsList?: ItemizedMetricStats[] | null
[src]

Statistics for individual metrics within the group.

§
TotalCount?: number | null
[src]

The number of groups found.