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

CategoricalParameterRangeSpecification

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

Defines the possible values for a categorical hyperparameter.

interface CategoricalParameterRangeSpecification {
Values: string[];
}

§Properties

§
Values: string[]
[src]

The allowed categories for the hyperparameter.