@elastic-suite/gally-admin-shared
Version:
Shared package for gally admin BO
19 lines (18 loc) • 379 B
JSON
{
"@context": "/contexts/BoostModelOption",
"@id": "/boost_model_options",
"@type": "hydra:Collection",
"hydra:member": [
{
"id": "constant_score",
"value": "constant_score",
"label": "Constant score"
},
{
"id": "behavioral_data",
"value": "behavioral_data",
"label": "Behavioral Data"
}
],
"hydra:totalItems": 1
}