exampleCount property

Map<String, String>? exampleCount
getter/setter pair

Map of each annotation spec's example count.

Key is the annotation spec name and value is the number of examples for that annotation spec. If the annotated dataset does not have annotation spec, the map will return a pair where the key is empty string and value is the total number of annotations.

Implementation

core.Map<core.String, core.String>? exampleCount;