Gets the alerts for a single monitoring schedule
Source:R/sagemaker_operations.R
sagemaker_list_monitoring_alerts.RdGets 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_alertsrequest was truncated, the response includes aNextToken. 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.