Skip to content

/AWS1/CL_FDT=>SENDEVENT()

About SendEvent

Stores events in Amazon Fraud Detector without generating fraud predictions for those events. For example, you can use SendEvent to upload a historical dataset, which you can then later use to train a model.

Method Signature

IMPORTING

Required arguments:

IV_EVENTID TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The event ID to upload.

IV_EVENTTYPENAME TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The event type name of the event.

IV_EVENTTIMESTAMP TYPE /AWS1/FDTUTCTIMESTAMPISO8601 /AWS1/FDTUTCTIMESTAMPISO8601

The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.

IT_EVENTVARIABLES TYPE /AWS1/CL_FDTEVENTVARIABLEMAP_W=>TT_EVENTVARIABLEMAP TT_EVENTVARIABLEMAP

Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.

IT_ENTITIES TYPE /AWS1/CL_FDTENTITY=>TT_LISTOFENTITIES TT_LISTOFENTITIES

An array of entities.

Optional arguments:

IV_ASSIGNEDLABEL TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The label to associate with the event. Required if specifying labelTimestamp.

IV_LABELTIMESTAMP TYPE /AWS1/FDTUTCTIMESTAMPISO8601 /AWS1/FDTUTCTIMESTAMPISO8601

The timestamp associated with the label. Required if specifying assignedLabel.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FDTSENDEVENTRESULT /AWS1/CL_FDTSENDEVENTRESULT