Gets 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.
sagemaker_list_monitoring_alert_history(
MonitoringScheduleName = NULL,
MonitoringAlertName = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
StatusEquals = NULL
)
The name of a monitoring schedule.
The name of a monitoring alert.
The field used to sort results. The default is CreationTime
.
The sort order, whether Ascending
or Descending
, of the alert
history. The default is Descending
.
If the result of the previous
list_monitoring_alert_history
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.
A filter that returns only alerts created on or before the specified time.
A filter that returns only alerts created on or after the specified time.
A filter that retrieves only alerts with a specific status.