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

UpdateMonitoringAlertRequest

import type { UpdateMonitoringAlertRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateMonitoringAlertRequest {
DatapointsToAlert: number;
EvaluationPeriod: number;
MonitoringAlertName: string;
MonitoringScheduleName: string;
}

§Properties

§
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.

§
MonitoringAlertName: string
[src]

The name of a monitoring alert.

§
MonitoringScheduleName: string
[src]

The name of a monitoring schedule.