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

DescribeBatchPredictionsOutput

import type { DescribeBatchPredictionsOutput } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";

Represents the output of a DescribeBatchPredictions operation. The content is essentially a list of BatchPredictions.

interface DescribeBatchPredictionsOutput {
NextToken?: string | null;
Results?: BatchPrediction[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The ID of the next page in the paginated results that indicates at least one more page follows.

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

A list of BatchPrediction objects that meet the search criteria.