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

AnomalyDetectorConfigSummary

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

Contains information about a detector's configuration.

interface AnomalyDetectorConfigSummary {
AnomalyDetectorFrequency?: Frequency | null;
}

§Properties

§
AnomalyDetectorFrequency?: Frequency | null
[src]

The interval at which the detector analyzes its source data.