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

GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec

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

Value specification for a parameter in DOUBLE type.

interface GoogleCloudAiplatformV1StudySpecParameterSpecDoubleValueSpec {
defaultValue?: number;
maxValue?: number;
minValue?: number;
}

§Properties

§
defaultValue?: number
[src]

A default value for a DOUBLE parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.

§
maxValue?: number
[src]

Required. Inclusive maximum value of the parameter.

§
minValue?: number
[src]

Required. Inclusive minimum value of the parameter.