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

ListDatasetImportJobsRequest

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

§Properties

§
datasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.

§
maxResults?: number | null
[src]

The maximum number of dataset import jobs to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).