defaultValue property

double? defaultValue
getter/setter pair

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.

Implementation

core.double? defaultValue;