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

CategoricalParameterRange

import type { CategoricalParameterRange } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

A list of categorical hyperparameters to tune.

interface CategoricalParameterRange {
Name: string;
Values: string[];
}

§Properties

§
Name: string
[src]

The name of the categorical hyperparameter to tune.

§
Values: string[]
[src]

A list of the categories for the hyperparameter.