sagemaker_list_monitoring_alerts {paws.machine.learning} | R Documentation |
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
|
MaxResults |
The maximum number of results to display. The default is 100. |
[Package paws.machine.learning version 0.9.0 Index]