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

ListDatasetsResponse

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

§Properties

§
datasets?: DatasetSummary[] | null
[src]

An array of Dataset objects. Each object provides metadata information.

§
nextToken?: string | null
[src]

A token for getting the next set of datasets (if they exist).