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 |
Documentation
data Statistics Source #
Provides processing statistics for a classification job.
See: newStatistics
smart constructor.
Statistics' | |
|
Instances
newStatistics :: Statistics Source #
Create a value of Statistics
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:approximateNumberOfObjectsToProcess:Statistics'
, statistics_approximateNumberOfObjectsToProcess
- The approximate number of objects that the job has yet to process during
its current run.
$sel:numberOfRuns:Statistics'
, statistics_numberOfRuns
- The number of times that the job has run.
statistics_approximateNumberOfObjectsToProcess :: Lens' Statistics (Maybe Double) Source #
The approximate number of objects that the job has yet to process during its current run.
statistics_numberOfRuns :: Lens' Statistics (Maybe Double) Source #
The number of times that the job has run.