Object detection job template
"NAMED_ENTITIES_RELATION_JOB": {
"content": {
"categories": {
"C": {
"children": [],
"color": "#472CED",
"name": "C",
"id": "category9",
"startEntities": [
"A"
],
"endEntities": [
"B"
]
}
},
"input": "radio"
},
"instruction": "<instruction>",
"mlTask": "NAMED_ENTITIES_RELATION",
"required": 1,
"isChild": false,
"isNew": true
}
For general information on the JSON structure, refer to Generic JSON template.
For information on how to use named entities relation in real-life labeling projects, refer to Object/entity relation jobs.
Job-specific settings
Parameter | Value | Description |
---|---|---|
mlTask | "NAMED_ENTITIES_RELATION" | N/A |
input | "radio" | N/A |
startEntities | <array of objects> | List of FROM categories in a relation |
endEntities | <array of objects> | List of TO categories in a relation |
For information on how the named entities relation jobs look in the exported jsonResponse
, refer to The structure of jsonResponse
for exported object/entity detection and relation jobs.