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

GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition

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

Represents the spec to match integer values from parent parameter.

interface GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpecIntValueCondition {
values?: bigint[];
}

§Properties

§
values?: bigint[]
[src]

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