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

GoogleCloudMlV1_StudyConfigParameterSpec_DoubleValueSpec

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

§Properties

§
maxValue?: number
[src]

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

§
minValue?: number
[src]

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