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

HPOObjective

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

The metric to optimize during hyperparameter optimization (HPO).

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

interface HPOObjective {
metricName?: string | null;
metricRegex?: string | null;
type?: string | null;
}

§Properties

§
metricName?: string | null
[src]

The name of the metric.

§
metricRegex?: string | null
[src]

A regular expression for finding the metric in the training job logs.

§
type?: string | null
[src]

The type of the metric. Valid values are Maximize and Minimize.