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

ListMonitoringAlertHistoryResponse

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

§Properties

§
MonitoringAlertHistory?: MonitoringAlertHistorySummary[] | null
[src]

An alert history for a model monitoring schedule.

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