Class DoubleValueSpec (1.7.1)

DoubleValueSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Value specification for a parameter in DOUBLE type.

Attributes

NameDescription
min_value float
Required. Inclusive minimum value of the parameter.
max_value float
Required. Inclusive maximum value of the parameter.
default_value float
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 Vizier service. Not supported by HyperparamterTuningJob or TrainingPipeline. This field is a member of `oneof`_ ``_default_value``.

Inheritance

builtins.object > proto.message.Message > DoubleValueSpec