View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_update_project_data_delivery | R Documentation |
Updates the data storage options for this project. If you store evaluation events, you an keep them and analyze them on your own. If you choose not to store evaluation events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_update_project_data_delivery/ for full documentation.
cloudwatchevidently_update_project_data_delivery(
cloudWatchLogs = NULL,
project,
s3Destination = NULL
)
cloudWatchLogs |
A structure containing the CloudWatch Logs log group where you want to store evaluation events. |
project |
[required] The name or ARN of the project that you want to modify the data storage options for. |
s3Destination |
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.