Classification job template
"CLASSIFICATION_JOB": {
"content": {
"categories": {
"A": {
"children": [],
"name": "A",
"id": "category90"
},
"B": {
"children": [],
"name": "B",
"id": "category91"
}
},
"input": "radio"
},
"instruction": "<instruction>",
"mlTask": "CLASSIFICATION",
"required": 1,
"isChild": false,
"isNew": false
}
For general information on the JSON structure, refer to Generic JSON template.
Job-specific settings
| Parameter | Value | Description |
|---|---|---|
mlTask | "CLASSIFICATION" | N/A |
input | "<input name>" | Available values: - "radio"- "checkbox"- "singleDropdown"- "multipleDropdown" |
For information on how to use classification in real-life labeling projects, refer to Classification jobs.
For information on how the classification jobs look in the exported jsonResponse, refer to The structure of jsonResponse for exported Classification jobs.