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

ListMonitoringAlertsResponse

import type { ListMonitoringAlertsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListMonitoringAlertsResponse {
MonitoringAlertSummaries?: MonitoringAlertSummary[] | null;
NextToken?: string | null;
}

§Properties

§
MonitoringAlertSummaries?: MonitoringAlertSummary[] | null
[src]

A JSON array where each element is a summary for a monitoring alert.

§
NextToken?: string | null
[src]

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.