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

AnomalyDetectorConfig

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

Contains information about a detector's configuration.

interface AnomalyDetectorConfig {
AnomalyDetectorFrequency?: Frequency | null;
}

§Properties

§
AnomalyDetectorFrequency?: Frequency | null
[src]

The frequency at which the detector analyzes its source data.