cloudwatchevidently_update_project_data_delivery: Updates the data storage options for this project

View source: R/cloudwatchevidently_operations.R

cloudwatchevidently_update_project_data_deliveryR Documentation

Updates the data storage options for this project

Description

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.

Usage

cloudwatchevidently_update_project_data_delivery(
  cloudWatchLogs = NULL,
  project,
  s3Destination = NULL
)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.