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

RecommenderConfig

import type { RecommenderConfig } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

The configuration details of the recommender.

interface RecommenderConfig {
itemExplorationConfig?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
itemExplorationConfig?: {
[key: string]: string | null | undefined;
}
| null
[src]

Specifies the exploration configuration hyperparameters, including explorationWeight and explorationItemAgeCutOff, you want to use to configure the amount of item exploration Amazon Personalize uses when recommending items. Provide itemExplorationConfig data only if your recommenders generate personalized recommendations for a user (not popular items or similar items).