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?: {} | null;
}[key: string]: ModelEndpointDataBlob | null | undefined;
§Properties
§
externalModelEndpointDataBlobs?: {} | null
[src][key: string]: ModelEndpointDataBlob | null | undefined;