sagemaker_update_monitoring_schedule {paws.machine.learning}R Documentation

Updates a previously created schedule

Description

Updates a previously created schedule.

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

Usage

sagemaker_update_monitoring_schedule(
  MonitoringScheduleName,
  MonitoringScheduleConfig
)

Arguments

MonitoringScheduleName

[required] The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

MonitoringScheduleConfig

[required] The configuration object that specifies the monitoring schedule and defines the monitoring job.


[Package paws.machine.learning version 0.9.0 Index]