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

ListBatchInferenceJobsRequest

import type { ListBatchInferenceJobsRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListBatchInferenceJobsRequest {
maxResults?: number | null;
nextToken?: string | null;
solutionVersionArn?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of batch inference job results to return in each page. The default value is 100.

§
nextToken?: string | null
[src]

The token to request the next page of results.

§
solutionVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.