Skip to content

/AWS1/CL_EVYPROJECTDATADELIV01

A structure that contains information about where Evidently is to store evaluation events for longer term storage.

CONSTRUCTOR

IMPORTING

Optional arguments:

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

If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.

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

If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.


Queryable Attributes

s3Destination

If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.

Accessible with the following methods

Method Description
GET_S3DESTINATION() Getter for S3DESTINATION

cloudWatchLogs

If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.

Accessible with the following methods

Method Description
GET_CLOUDWATCHLOGS() Getter for CLOUDWATCHLOGS