frauddetector_get_event_prediction_metadata: Gets details of the past fraud predictions for the specified...

View source: R/frauddetector_operations.R

frauddetector_get_event_prediction_metadataR Documentation

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

Description

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.

See https://www.paws-r-sdk.com/docs/frauddetector_get_event_prediction_metadata/ for full documentation.

Usage

frauddetector_get_event_prediction_metadata(
  eventId,
  eventTypeName,
  detectorId,
  detectorVersionId,
  predictionTimestamp
)

Arguments

eventId

[required] The event ID.

eventTypeName

[required] The event type associated with the detector specified for the prediction.

detectorId

[required] The detector ID.

detectorVersionId

[required] The detector version ID.

predictionTimestamp

[required] The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.

We recommend calling list_event_predictions first, and using the predictionTimestamp value in the response to provide an accurate prediction timestamp value.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.