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

AnomalyGroupSummary

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

Details about a group of anomalous metrics.

interface AnomalyGroupSummary {
AnomalyGroupId?: string | null;
AnomalyGroupScore?: number | null;
EndTime?: string | null;
PrimaryMetricName?: string | null;
StartTime?: string | null;
}

§Properties

§
AnomalyGroupId?: string | null
[src]

The ID of the anomaly group.

§
AnomalyGroupScore?: number | null
[src]

The severity score of the group.

§
EndTime?: string | null
[src]

The end time for the group.

§
PrimaryMetricName?: string | null
[src]

The name of the primary affected measure for the group.

§
StartTime?: string | null
[src]

The start time for the group.