Overview
Model categories are model tags that only administrators can manage.
The Model service provides the APIs needed to create and manage categories. It provides APIs to create and delete categories, add them and remove them from models, and get category details.
The categories object
{
"identifier": "...",
"name": "...",
"dataType": "...",
"isCategorical": false
}
identifier | string | A custom category identifier created by the user. |
name | string | A custom category name used to filter and search for the model. |
dataType | string | Defines a tag’s datatype. Custom categories have the Category datatype. Tags have the Tags datatype. |
isCategorical | boolean | Defines default tags. For categories it is always false . |