API Reference
Log In

Model categories

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
}
identifierstringA custom category identifier created by the user.
namestringA custom category name used to filter and search for the model.
dataTypestringDefines a tag’s datatype. Custom categories have the Category datatype. Tags have the Tags datatype.
isCategoricalbooleanDefines default tags. For categories it is always false.