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

GetDataQualityMetricsRequest

import type { GetDataQualityMetricsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutmetrics.ts?docs=full";
interface GetDataQualityMetricsRequest {
AnomalyDetectorArn: string;
MetricSetArn?: string | null;
}

§Properties

§
AnomalyDetectorArn: string
[src]

The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.

§
MetricSetArn?: string | null
[src]

The Amazon Resource Name (ARN) of a specific data quality metric set.