Gets the alerts for a single monitoring schedule.
See https://www.paws-r-sdk.com/docs/sagemaker_list_monitoring_alerts/ for full documentation.
sagemaker_list_monitoring_alerts(
MonitoringScheduleName,
NextToken = NULL,
MaxResults = NULL
)
[required] The name of a monitoring schedule.
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.
The maximum number of results to display. The default is 100.