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

GoogleCloudMlV1_Trial_Parameter

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

A message representing a parameter to be tuned. Contains the name of the parameter and the suggested value to use for this trial.

interface GoogleCloudMlV1_Trial_Parameter {
floatValue?: number;
intValue?: bigint;
parameter?: string;
stringValue?: string;
}

§Properties

§
floatValue?: number
[src]

Must be set if ParameterType is DOUBLE or DISCRETE.

§
intValue?: bigint
[src]

Must be set if ParameterType is INTEGER

§
parameter?: string
[src]

The name of the parameter.

§
stringValue?: string
[src]

Must be set if ParameterTypeis CATEGORICAL