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

ListDatasetGroupsResponse

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

§Properties

§
datasetGroups?: DatasetGroupSummary[] | null
[src]

The list of your dataset groups.

§
nextToken?: string | null
[src]

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