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

GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpec

import type { GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpec } from "https://googleapis.deno.dev/v1/ml:v1.ts";
interface GoogleCloudMlV1_StudyConfigParameterSpec_DiscreteValueSpec {
values?: number[];
}

§Properties

§
values?: number[]
[src]

Must be specified if type is DISCRETE. A list of feasible points. The list should be in strictly increasing order. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.