Skip to content

Update Monitoring Alert

sagemaker_update_monitoring_alert R Documentation

Update the parameters of a model monitor alert

Description

Update the parameters of a model monitor alert.

Usage

sagemaker_update_monitoring_alert(MonitoringScheduleName,
  MonitoringAlertName, DatapointsToAlert, EvaluationPeriod)

Arguments

MonitoringScheduleName

[required] The name of a monitoring schedule.

MonitoringAlertName

[required] The name of a monitoring alert.

DatapointsToAlert

[required] Within EvaluationPeriod, how many execution failures will raise an alert.

EvaluationPeriod

[required] The number of most recent monitoring executions to consider when evaluating alert status.

Value

A list with the following syntax:

list(
  MonitoringScheduleArn = "string",
  MonitoringAlertName = "string"
)

Request syntax

svc$update_monitoring_alert(
  MonitoringScheduleName = "string",
  MonitoringAlertName = "string",
  DatapointsToAlert = 123,
  EvaluationPeriod = 123
)