Class CategoricalValueSpec (1.16.0)

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

Value specification for a parameter in CATEGORICAL type.

Attributes

NameDescription
values Sequence[str]
Required. The list of possible categories.
default_value str
A default value for a ``CATEGORICAL`` 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 > CategoricalValueSpec