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

DescribeMetricSetResponse

import type { DescribeMetricSetResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface DescribeMetricSetResponse {
AnomalyDetectorArn?: string | null;
CreationTime?: Date | number | null;
DimensionList?: string[] | null;
LastModificationTime?: Date | number | null;
MetricList?: Metric[] | null;
MetricSetArn?: string | null;
MetricSetDescription?: string | null;
MetricSetFrequency?: Frequency | null;
MetricSetName?: string | null;
MetricSource?: MetricSource | null;
Offset?: number | null;
TimestampColumn?: TimestampColumn | null;
Timezone?: string | null;
}

§Properties

§
AnomalyDetectorArn?: string | null
[src]

The ARN of the detector that contains the dataset.

§
CreationTime?: Date | number | null
[src]

The time at which the dataset was created.

§
DimensionList?: string[] | null
[src]

A list of the dimensions chosen for analysis.

§
LastModificationTime?: Date | number | null
[src]

The time at which the dataset was last modified.

§
MetricList?: Metric[] | null
[src]

A list of the metrics defined by the dataset.

§
MetricSetArn?: string | null
[src]

The ARN of the dataset.

§
MetricSetDescription?: string | null
[src]

The dataset's description.

§
MetricSetFrequency?: Frequency | null
[src]

The interval at which the data will be analyzed for anomalies.

§
MetricSetName?: string | null
[src]

The name of the dataset.

§
MetricSource?: MetricSource | null
[src]

Contains information about the dataset's source data.

§
Offset?: number | null
[src]

The offset in seconds. Only supported for S3 and Redshift datasources.

§
TimestampColumn?: TimestampColumn | null
[src]

Contains information about the column used for tracking time in your source data.

§
Timezone?: string | null
[src]

The time zone in which the dataset's data was recorded.