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 LabelCounters = LabelCounters' {}
- newLabelCounters :: LabelCounters
- labelCounters_machineLabeled :: Lens' LabelCounters (Maybe Natural)
- labelCounters_totalLabeled :: Lens' LabelCounters (Maybe Natural)
- labelCounters_failedNonRetryableError :: Lens' LabelCounters (Maybe Natural)
- labelCounters_unlabeled :: Lens' LabelCounters (Maybe Natural)
- labelCounters_humanLabeled :: Lens' LabelCounters (Maybe Natural)
Documentation
data LabelCounters Source #
Provides a breakdown of the number of objects labeled.
See: newLabelCounters
smart constructor.
LabelCounters' | |
|
Instances
newLabelCounters :: LabelCounters Source #
Create a value of LabelCounters
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:machineLabeled:LabelCounters'
, labelCounters_machineLabeled
- The total number of objects labeled by automated data labeling.
$sel:totalLabeled:LabelCounters'
, labelCounters_totalLabeled
- The total number of objects labeled.
$sel:failedNonRetryableError:LabelCounters'
, labelCounters_failedNonRetryableError
- The total number of objects that could not be labeled due to an error.
$sel:unlabeled:LabelCounters'
, labelCounters_unlabeled
- The total number of objects not yet labeled.
$sel:humanLabeled:LabelCounters'
, labelCounters_humanLabeled
- The total number of objects labeled by a human worker.
labelCounters_machineLabeled :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects labeled by automated data labeling.
labelCounters_totalLabeled :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects labeled.
labelCounters_failedNonRetryableError :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects that could not be labeled due to an error.
labelCounters_unlabeled :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects not yet labeled.
labelCounters_humanLabeled :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects labeled by a human worker.