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

GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpec

import type { GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpec } from "https://googleapis.deno.dev/v1/ml:v1.ts";
interface GoogleCloudMlV1_StudyConfigParameterSpec_CategoricalValueSpec {
values?: string[];
}

§Properties

§
values?: string[]
[src]

Must be specified if type is CATEGORICAL. The list of possible categories.