Class IntegerValueSpec (1.6.2)

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

Value specification for a parameter in INTEGER type.

Attributes

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

Inheritance

builtins.object > proto.message.Message > IntegerValueSpec