Values_1.LabelingJobStoppingConditionsSourceA 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. Labeling jobs fail after 30 days with an appropriate client error message.
type nonrec t = {maxHumanLabeledObjectCount : MaxHumanLabeledObjectCount.t option;The maximum number of objects that can be labeled by human workers.
*)maxPercentageOfInputDatasetLabeled : MaxPercentageOfInputDatasetLabeled.t
option;The maximum number of input data objects that should be labeled.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxHumanLabeledObjectCount.t ]) list ]