Developer guide for creating and modifying features via the Python SDK.
client.create_feature_schema()
method.
UIMode
for a featureUIMode
for your classification, which works similarly like switching the dropdown
toggle inside the platform. The UIMode
has the following two options:
Classification.UIMode.SEARCHABLE
allows the feature to be searched inside a dropdown menu, equivalent to enabling the dropdown toggle.Classification.UIMode.HOTKEY
gives each answer option a dedicated hotkey, equivalent to disabling the dropdown toggle.likert scale
for a featureis_likert_scale
for your radio classification if all option values are integers.
True
if a feature schema is archived in the specified ontology, returns False
otherwise.