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

BatchInferenceJobConfig

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

The configuration details of a batch inference job.

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

§Properties

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

A string to string map specifying 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. See User-Personalization.