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

ListRecommendersRequest

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

§Properties

§
datasetGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.

§
maxResults?: number | null
[src]

The maximum number of recommenders to return.

§
nextToken?: string | null
[src]

A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).