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

GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpec

import type { GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpec } from "https://googleapis.deno.dev/v1/ml:v1.ts";
interface GoogleCloudMlV1_StudyConfigParameterSpec_IntegerValueSpec {
maxValue?: bigint;
minValue?: bigint;
}

§Properties

§
maxValue?: bigint
[src]

Must be specified if type is INTEGER. Maximum value of the parameter.

§
minValue?: bigint
[src]

Must be specified if type is INTEGER. Minimum value of the parameter.