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

GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpec

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

Represents the spec to match integer values from parent parameter.

interface GoogleCloudMlV1_StudyConfigParameterSpec_MatchingParentIntValueSpec {
values?: bigint[];
}

§Properties

§
values?: bigint[]
[src]

Matches values of the parent parameter with type 'INTEGER'. All values must lie in integer_value_spec of parent parameter.