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

MetricSetSummary

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

Contains information about a dataset.

interface MetricSetSummary {
AnomalyDetectorArn?: string | null;
CreationTime?: Date | number | null;
LastModificationTime?: Date | number | null;
MetricSetArn?: string | null;
MetricSetDescription?: string | null;
MetricSetName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AnomalyDetectorArn?: string | null
[src]

The ARN of the detector to which the dataset belongs.

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

The time at which the dataset was created.

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

The time at which the dataset was last modified.

§
MetricSetArn?: string | null
[src]

The ARN of the dataset.

§
MetricSetDescription?: string | null
[src]

The description of the dataset.

§
MetricSetName?: string | null
[src]

The name of the dataset.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The dataset's tags.