View source: R/sagemaker_operations.R
sagemaker_list_monitoring_alert_history | R Documentation |
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
)
MonitoringScheduleName |
The name of a monitoring schedule. |
MonitoringAlertName |
The name of a monitoring alert. |
SortBy |
The field used to sort results. The default is |
SortOrder |
The sort order, whether |
NextToken |
If the result of the previous
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.