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

HPOConfig

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

Describes the properties for hyperparameter optimization (HPO).

interface HPOConfig {
algorithmHyperParameterRanges?: HyperParameterRanges | null;
hpoObjective?: HPOObjective | null;
hpoResourceConfig?: HPOResourceConfig | null;
}

§Properties

§
algorithmHyperParameterRanges?: HyperParameterRanges | null
[src]

The hyperparameters and their allowable ranges.

§
hpoObjective?: HPOObjective | null
[src]

The metric to optimize during HPO.

Note: Amazon Personalize doesn't support configuring the hpoObjective at this time.

§
hpoResourceConfig?: HPOResourceConfig | null
[src]

Describes the resource configuration for HPO.