A parameter which can be assigned any value from a specified list of allowed values.
1 2 |
name |
Human-readable name for the parameter, must match argument of scoring function |
values |
List of allowed values (can be string, numeric, boolean or any mixture of those) |
id |
(optional) Unique id for parameter (no spaces allowed) |
default |
(optional) Initial value for parameter (must be one of the allowed values). If not defined, it will be the first allowed value. |
optional |
(optional) Whether the parameter can be omitted in a Configuration |
include_in_default |
(optional) Whether an optional parameter will be included in the default Configuration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.