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

GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpec

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

Represents the spec to match discrete values from parent parameter.

interface GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentDiscreteValueSpec {
values?: number[];
}

§Properties

§
values?: number[]
[src]

Matches values of the parent parameter with type 'DISCRETE'. All values must exist in discrete_value_spec of parent parameter.