labelCategoryConfigS3Uri
The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits:
Semantic segmentation labeling jobs using automated labeling: 20 labels
Box bounding labeling jobs (all): 10 labels
The file is a JSON structure in the following format:
{
"document-version": "2018-11-28"
"labels": [
{
"label": "<i>label 1</i>"
},
{
"label": "<i>label 2</i>"
},
...
{
"label": "<i>label n</i>"
}
]
}