Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LabelingJobStoppingConditions = LabelingJobStoppingConditions' {}
- newLabelingJobStoppingConditions :: LabelingJobStoppingConditions
- labelingJobStoppingConditions_maxHumanLabeledObjectCount :: Lens' LabelingJobStoppingConditions (Maybe Natural)
- labelingJobStoppingConditions_maxPercentageOfInputDatasetLabeled :: Lens' LabelingJobStoppingConditions (Maybe Natural)
Documentation
data LabelingJobStoppingConditions Source #
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.
Labeling jobs fail after 30 days with an appropriate client error message.
See: newLabelingJobStoppingConditions
smart constructor.
LabelingJobStoppingConditions' | |
|
Instances
newLabelingJobStoppingConditions :: LabelingJobStoppingConditions Source #
Create a value of LabelingJobStoppingConditions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxHumanLabeledObjectCount:LabelingJobStoppingConditions'
, labelingJobStoppingConditions_maxHumanLabeledObjectCount
- The maximum number of objects that can be labeled by human workers.
$sel:maxPercentageOfInputDatasetLabeled:LabelingJobStoppingConditions'
, labelingJobStoppingConditions_maxPercentageOfInputDatasetLabeled
- The maximum number of input data objects that should be labeled.
labelingJobStoppingConditions_maxHumanLabeledObjectCount :: Lens' LabelingJobStoppingConditions (Maybe Natural) Source #
The maximum number of objects that can be labeled by human workers.
labelingJobStoppingConditions_maxPercentageOfInputDatasetLabeled :: Lens' LabelingJobStoppingConditions (Maybe Natural) Source #
The maximum number of input data objects that should be labeled.