LabelingJobLabelCounter class

Constructors

LabelingJobLabelCounter({required Input<int> failedNonRetryableError, required Input<int> humanLabeled, required Input<int> machineLabeled, required Input<int> totalLabeled, required Input<int> unlabeled})
Creates a new LabelingJobLabelCounter. failedNonRetryableError Total number of objects that could not be labeled due to an error. humanLabeled Total number of objects labeled by a human worker. machineLabeled Total number of objects labeled by automated data labeling. totalLabeled Total number of objects labeled. unlabeled Total number of objects not yet labeled.
const
LabelingJobLabelCounter.fromMap(Map<String, dynamic> map)
factory

Properties

failedNonRetryableError → Input<int>
Total number of objects that could not be labeled due to an error.
final
hashCode int
The hash code for this object.
no setterinherited
humanLabeled → Input<int>
Total number of objects labeled by a human worker.
final
machineLabeled → Input<int>
Total number of objects labeled by automated data labeling.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalLabeled → Input<int>
Total number of objects labeled.
final
unlabeled → Input<int>
Total number of objects not yet labeled.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited