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

MonitoringAlertActions

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

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

interface MonitoringAlertActions {
ModelDashboardIndicator?: ModelDashboardIndicatorAction | null;
}

§Properties

§
ModelDashboardIndicator?: ModelDashboardIndicatorAction | null
[src]

An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert status.