v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.

post/#X-Amz-Target=AWSHawksNestServiceFacade.GetEventPredictionMetadata

Headers

X-Amz-Target'AWSHawksNestServiceFacade.GetEventPredictionMetadata' required

Request body

eventIdstring required

The event ID.

eventTypeNamestring required

The event type associated with the detector specified for the prediction.

detectorIdstring required

The detector ID.

detectorVersionIdstring required

The detector version ID.

predictionTimestampstring required
<p> The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.</p> <p>We recommend calling <a href="https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html">ListEventPredictions</a> first, and using the <code>predictionTimestamp</code> value in the response to provide an accurate prediction timestamp value.</p>

Response

Success

eventIdstring

The event ID.

eventTypeNamestring

The event type associated with the detector specified for this prediction.

entityIdstring

The entity ID.

entityTypestring

The entity type.

eventTimestampstring

The timestamp for when the prediction was generated for the associated event ID.

detectorIdstring

The detector ID.

detectorVersionIdstring

The detector version ID.

detectorVersionStatusstring

The status of the detector version.

ruleExecutionMode'ALL_MATCHED' | 'FIRST_MATCHED'

The execution mode of the rule used for evaluating variable values.

outcomesString[]

The outcomes of the matched rule, based on the rule execution mode.

predictionTimestampstring

The timestamp that defines when the prediction was generated.