sagemaker_list_monitoring_alerts: Gets the alerts for a single monitoring schedule

View source: R/sagemaker_operations.R

sagemaker_list_monitoring_alertsR 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 list_monitoring_alerts 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.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.