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

GetBatchPredictionJobsResult

import type { GetBatchPredictionJobsResult } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface GetBatchPredictionJobsResult {
batchPredictions?: BatchPrediction[] | null;
nextToken?: string | null;
}

§Properties

§
batchPredictions?: BatchPrediction[] | null
[src]

An array containing the details of each batch prediction job.

§
nextToken?: string | null
[src]

The next token for the subsequent request.