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

GetEventPredictionRequest

import type { GetEventPredictionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";
interface GetEventPredictionRequest {
detectorId: string;
detectorVersionId?: string | null;
entities: Entity[];
eventId: string;
eventTimestamp: string;
eventTypeName: string;
eventVariables: {
[key: string]: string | null | undefined;
}
;
externalModelEndpointDataBlobs?: {
[key: string]: ModelEndpointDataBlob | null | undefined;
}
| null;
}

§Properties

§
detectorId: string
[src]
§
detectorVersionId?: string | null
[src]
§
entities: Entity[]
[src]
§
eventId: string
[src]
§
eventTimestamp: string
[src]
§
eventTypeName: string
[src]
§
eventVariables: {
[key: string]: string | null | undefined;
}
[src]
§
externalModelEndpointDataBlobs?: {
[key: string]: ModelEndpointDataBlob | null | undefined;
}
| null
[src]