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

EventPredictionSummary

import type { EventPredictionSummary } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";

Information about the summary of an event prediction.

interface EventPredictionSummary {
detectorId?: string | null;
detectorVersionId?: string | null;
eventId?: string | null;
eventTimestamp?: string | null;
eventTypeName?: string | null;
predictionTimestamp?: string | null;
}

§Properties

§
detectorId?: string | null
[src]

The detector ID.

§
detectorVersionId?: string | null
[src]

The detector version ID.

§
eventId?: string | null
[src]

The event ID.

§
eventTimestamp?: string | null
[src]

The timestamp of the event.

§
eventTypeName?: string | null
[src]

The event type.

§
predictionTimestamp?: string | null
[src]

The timestamp when the prediction was generated.