Class IntegerValueSpec (1.2.0)

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

Value specification for a parameter in INTEGER type. .. attribute:: min_value

Required. Inclusive minimum value of the parameter.

:type: int

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > IntegerValueSpec