Class IntegerValueSpec (1.18.3)

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 Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline. This field is a member of oneof_ _default_value.

Inheritance

builtins.object > proto.message.Message > IntegerValueSpec