Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_list_monitoring_alerts: Gets the alerts for a single monitoring schedule

Description

Gets the alerts for a single monitoring schedule.

See https://www.paws-r-sdk.com/docs/sagemaker_list_monitoring_alerts/ for full documentation.

Usage

sagemaker_list_monitoring_alerts(
  MonitoringScheduleName,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

MonitoringScheduleName

[required] The name of a monitoring schedule.

NextToken

If the result of the previous list_monitoring_alerts request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

MaxResults

The maximum number of results to display. The default is 100.