LabelingJobStoppingConditions class

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Constructors

LabelingJobStoppingConditions({int? maxHumanLabeledObjectCount, int? maxPercentageOfInputDatasetLabeled})
LabelingJobStoppingConditions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxHumanLabeledObjectCount int?
The maximum number of objects that can be labeled by human workers.
final
maxPercentageOfInputDatasetLabeled int?
The maximum number of input data objects that should be labeled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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