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

ListEventPredictionsResult

import type { ListEventPredictionsResult } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface ListEventPredictionsResult {
eventPredictionSummaries?: EventPredictionSummary[] | null;
nextToken?: string | null;
}

§Properties

§
eventPredictionSummaries?: EventPredictionSummary[] | null
[src]

The summary of the past predictions.

§
nextToken?: string | null
[src]

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.