sagemaker_update_monitoring_alert: Update the parameters of a model monitor alert

View source: R/sagemaker_operations.R

sagemaker_update_monitoring_alertR Documentation

Update the parameters of a model monitor alert

Description

Update the parameters of a model monitor alert.

See https://www.paws-r-sdk.com/docs/sagemaker_update_monitoring_alert/ for full documentation.

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.


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