Class CategoricalValueSpec (1.6.2)

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.

Inheritance

builtins.object > proto.message.Message > CategoricalValueSpec