defaultValue property

double? defaultValue
getter/setter pair

A default value for a DISCRETE parameter that is assumed to be a relatively good starting point.

Unset value signals that there is no offered starting point. It automatically rounds to the nearest feasible discrete point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.

Implementation

core.double? defaultValue;