| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.LabelCounters
Description
Synopsis
- data LabelCounters = LabelCounters' {}
- newLabelCounters :: LabelCounters
- labelCounters_failedNonRetryableError :: Lens' LabelCounters (Maybe Natural)
- labelCounters_humanLabeled :: Lens' LabelCounters (Maybe Natural)
- labelCounters_machineLabeled :: Lens' LabelCounters (Maybe Natural)
- labelCounters_totalLabeled :: Lens' LabelCounters (Maybe Natural)
- labelCounters_unlabeled :: Lens' LabelCounters (Maybe Natural)
Documentation
data LabelCounters Source #
Provides a breakdown of the number of objects labeled.
See: newLabelCounters smart constructor.
Constructors
| LabelCounters' | |
Fields
| |
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:failedNonRetryableError:LabelCounters', labelCounters_failedNonRetryableError - The total number of objects that could not be labeled due to an error.
$sel:humanLabeled:LabelCounters', labelCounters_humanLabeled - The total number of objects labeled by a human worker.
$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:unlabeled:LabelCounters', labelCounters_unlabeled - The total number of objects not yet labeled.
labelCounters_failedNonRetryableError :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects that could not be labeled due to an error.
labelCounters_humanLabeled :: Lens' LabelCounters (Maybe Natural) Source #
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_unlabeled :: Lens' LabelCounters (Maybe Natural) Source #
The total number of objects not yet labeled.