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

MonitoringAlertSummary

import type { MonitoringAlertSummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Provides summary information about a monitor alert.

interface MonitoringAlertSummary {
AlertStatus: MonitoringAlertStatus;
CreationTime: Date | number;
DatapointsToAlert: number;
EvaluationPeriod: number;
LastModifiedTime: Date | number;
MonitoringAlertName: string;
}

§Properties

§

A list of alert actions taken in response to an alert going into InAlert status.

§

The current status of an alert.

§
CreationTime: Date | number
[src]

A timestamp that indicates when a monitor alert was created.

§
DatapointsToAlert: number
[src]

Within EvaluationPeriod, how many execution failures will raise an alert.

§
EvaluationPeriod: number
[src]

The number of most recent monitoring executions to consider when evaluating alert status.

§
LastModifiedTime: Date | number
[src]

A timestamp that indicates when a monitor alert was last updated.

§
MonitoringAlertName: string
[src]

The name of a monitoring alert.