Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetEventPredictionMetadataRequest

import type { GetEventPredictionMetadataRequest } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface GetEventPredictionMetadataRequest {
detectorId: string;
detectorVersionId: string;
eventId: string;
eventTypeName: string;
predictionTimestamp: string;
}

§Properties

§
detectorId: string
[src]

The detector ID.

§
detectorVersionId: string
[src]

The detector version ID.

§
eventId: string
[src]

The event ID.

§
eventTypeName: string
[src]

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

§
predictionTimestamp: string
[src]

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

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