labelCategoryConfigS3Uri property

String? labelCategoryConfigS3Uri
final

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": "label 1"

},

{

"label": "label 2"

},

...

{

"label": "label n"

}

]

}

Implementation

final String? labelCategoryConfigS3Uri;