LabelCountersForWorkteam class
Provides counts for human-labeled tasks in the labeling job.
Constructors
- LabelCountersForWorkteam({int? humanLabeled, int? pendingHuman, int? total})
- 
          LabelCountersForWorkteam.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- humanLabeled → int?
- 
  The total number of data objects labeled by a human worker.
  final
- pendingHuman → int?
- 
  The total number of data objects that need to be labeled by a human worker.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- total → int?
- 
  The total number of tasks in the labeling job.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited