Gets a list of past predictions
Source:R/frauddetector_operations.R
frauddetector_list_event_predictions.RdGets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period. If filter is not specified, the most recent prediction is returned.
See https://www.paws-r-sdk.com/docs/frauddetector_list_event_predictions/ for full documentation.
Usage
frauddetector_list_event_predictions(
eventId = NULL,
eventType = NULL,
detectorId = NULL,
detectorVersionId = NULL,
predictionTimeRange = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- eventId
The event ID.
- eventType
The event type associated with the detector.
- detectorId
The detector ID.
- detectorVersionId
The detector version ID.
- predictionTimeRange
The time period for when the predictions were generated.
- nextToken
Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
- maxResults
The maximum number of predictions to return for the request.