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

CategoricalHyperParameterRange

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

Provides the name and range of a categorical hyperparameter.

interface CategoricalHyperParameterRange {
name?: string | null;
values?: string[] | null;
}

§Properties

§
name?: string | null
[src]

The name of the hyperparameter.

§
values?: string[] | null
[src]

A list of the categories for the hyperparameter.