Skip to content

/AWS1/CL_EVY=>UPDATEPROJECTDATADELIVERY()

About UpdateProjectDataDelivery

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.

You can't specify both cloudWatchLogs and s3Destination in the same operation.

Method Signature

IMPORTING

Required arguments:

IV_PROJECT TYPE /AWS1/EVYPROJECTREF /AWS1/EVYPROJECTREF

The name or ARN of the project that you want to modify the data storage options for.

Optional arguments:

IO_S3DESTINATION TYPE REF TO /AWS1/CL_EVYS3DSTCONFIG /AWS1/CL_EVYS3DSTCONFIG

A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.

IO_CLOUDWATCHLOGS TYPE REF TO /AWS1/CL_EVYCLOUDWATCHLOGSDS00 /AWS1/CL_EVYCLOUDWATCHLOGSDS00

A structure containing the CloudWatch Logs log group where you want to store evaluation events.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EVYUPPROJECTDATADEL01 /AWS1/CL_EVYUPPROJECTDATADEL01