sagemaker_list_monitoring_alert_history: Gets a list of past alerts in a model monitoring schedule

View source: R/sagemaker_operations.R

sagemaker_list_monitoring_alert_historyR Documentation

Gets a list of past alerts in a model monitoring schedule

Description

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.

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 Ascending or Descending, of the alert history. The default is Descending.

NextToken

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.

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.