class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1LabelStats
Statistics about annotation specs.
Attributes
example_count[RW]
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. Corresponds to the JSON property `exampleCount` @return [Hash<String,Fixnum>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3227 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3232 def update!(**args) @example_count = args[:example_count] if args.key?(:example_count) end