Name (singular): |
Classifier Example |
Name (plural): |
Classifier Examples |
Alias (uri): |
classifier_example |
Identifier (ID): |
cerberusweb.contexts.classifier.example |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
class_id |
number |
The ID of the classification this example trains |
x |
classifier_id |
number |
The ID of the classifier this example belongs to |
x |
expression |
text |
The expression used for training the classifier |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
|
updated_at |
timestamp |
The date/time when this record was last modified |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
class_ |
record |
Classification |
classifier_ |
record |
Classifier |
classifier_owner_ |
record |
Classifier Owner |
expression |
text |
Expression |
id |
number |
Id |
record_url |
text |
Record Url |
updated_at |
date |
Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
Field |
Type |
Description |
comment_count |
number |
Comment count on the record |
comments |
comments |
Comments |
links |
links |
Links |
Search Query Fields
These filters are available in classifier example search queries:
Worklist Columns
These columns are available on classifier example worklists:
Column |
Description |
c_class_id |
Classification |
c_classifier_id |
Classifier |
c_expression |
Expression |
c_id |
Id |
c_updated_at |
Updated |