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

GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpec

import type { GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpec } from "https://googleapis.deno.dev/v1/ml:v1.ts";

Represents the spec to match categorical values from parent parameter.

interface GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentCategoricalValueSpec {
values?: string[];
}

§Properties

§
values?: string[]
[src]

Matches values of the parent parameter with type 'CATEGORICAL'. All values must exist in categorical_value_spec of parent parameter.