Class IntegerValueSpec (1.7.1)

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

Value specification for a parameter in INTEGER type.

Attributes

Name Description
min_value int
Required. Inclusive minimum value of the parameter.
max_value int
Required. Inclusive maximum value of the parameter.
default_value int
A default value for an ``INTEGER`` 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 > IntegerValueSpec