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

CampaignConfig

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

The configuration details of a campaign.

interface CampaignConfig {
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 solution uses the User-Personalization recipe.