Skip to content

/AWS1/CL_BDCAGENTTRACESCONFIG

The configuration specifying where to read agent traces from for recommendation analysis.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_sessionspans TYPE /AWS1/CL_RT_DOCUMENT=>TT_LIST TT_LIST

Agent traces provided as inline session spans in OpenTelemetry format.

io_cloudwatchlogs TYPE REF TO /AWS1/CL_BDCCLOUDWATCHLOGSTR00 /AWS1/CL_BDCCLOUDWATCHLOGSTR00

Agent traces read from CloudWatch Logs.

io_batchevaluation TYPE REF TO /AWS1/CL_BDCBATCHEVALTRACECFG /AWS1/CL_BDCBATCHEVALTRACECFG

Use a completed batch evaluation as the source of agent traces.

io_onlineevaluation TYPE REF TO /AWS1/CL_BDCONLINEEVALTRACECFG /AWS1/CL_BDCONLINEEVALTRACECFG

Agent traces from an online evaluation configuration over a specified time range.


Queryable Attributes

sessionSpans

Agent traces provided as inline session spans in OpenTelemetry format.

Accessible with the following methods

Method Description
GET_SESSIONSPANS() Getter for SESSIONSPANS, with configurable default
ASK_SESSIONSPANS() Getter for SESSIONSPANS w/ exceptions if field has no value
HAS_SESSIONSPANS() Determine if SESSIONSPANS has a value

cloudwatchLogs

Agent traces read from CloudWatch Logs.

Accessible with the following methods

Method Description
GET_CLOUDWATCHLOGS() Getter for CLOUDWATCHLOGS

batchEvaluation

Use a completed batch evaluation as the source of agent traces.

Accessible with the following methods

Method Description
GET_BATCHEVALUATION() Getter for BATCHEVALUATION

onlineEvaluation

Agent traces from an online evaluation configuration over a specified time range.

Accessible with the following methods

Method Description
GET_ONLINEEVALUATION() Getter for ONLINEEVALUATION