sendEvent
inline suspend fun FraudDetectorClient.sendEvent(crossinline block: SendEventRequest.Builder.() -> Unit): SendEventResponse
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.