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

ListBatchInferenceJobsResponse

import type { ListBatchInferenceJobsResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListBatchInferenceJobsResponse {
batchInferenceJobs?: BatchInferenceJobSummary[] | null;
nextToken?: string | null;
}

§Properties

§
batchInferenceJobs?: BatchInferenceJobSummary[] | null
[src]

A list containing information on each job that is returned.

§
nextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value is null when there are no more results to return.