forecastservice_create_monitor {paws.machine.learning} | R Documentation |
Creates a predictor monitor resource for an existing auto predictor
Description
Creates a predictor monitor resource for an existing auto predictor. Predictor monitoring allows you to see how your predictor's performance changes over time. For more information, see Predictor Monitoring.
See https://www.paws-r-sdk.com/docs/forecastservice_create_monitor/ for full documentation.
Usage
forecastservice_create_monitor(MonitorName, ResourceArn, Tags = NULL)
Arguments
MonitorName |
[required] The name of the monitor resource. |
ResourceArn |
[required] The Amazon Resource Name (ARN) of the predictor to monitor. |
Tags |
A list of tags to apply to the monitor resource. |
[Package paws.machine.learning version 0.9.0 Index]