Gets a list of past alerts in a model monitoring schedule
Source:R/sagemaker_operations.R
sagemaker_list_monitoring_alert_history.RdGets a list of past alerts in a model monitoring schedule.
See https://www.paws-r-sdk.com/docs/sagemaker_list_monitoring_alert_history/ for full documentation.
Usage
sagemaker_list_monitoring_alert_history(
MonitoringScheduleName = NULL,
MonitoringAlertName = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
StatusEquals = NULL
)Arguments
- MonitoringScheduleName
The name of a monitoring schedule.
- MonitoringAlertName
The name of a monitoring alert.
- SortBy
The field used to sort results. The default is
CreationTime.- SortOrder
The sort order, whether
AscendingorDescending, of the alert history. The default isDescending.- NextToken
If the result of the previous
list_monitoring_alert_historyrequest 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.
- CreationTimeBefore
A filter that returns only alerts created on or before the specified time.
- CreationTimeAfter
A filter that returns only alerts created on or after the specified time.
- StatusEquals
A filter that retrieves only alerts with a specific status.