| 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.Athena.Types.CalculationStatistics
Description
Documentation
data CalculationStatistics Source #
Contains statistics for a notebook calculation.
See: newCalculationStatistics smart constructor.
Constructors
| CalculationStatistics' | |
Instances
newCalculationStatistics :: CalculationStatistics Source #
Create a value of CalculationStatistics 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:dpuExecutionInMillis:CalculationStatistics', calculationStatistics_dpuExecutionInMillis - The data processing unit execution time in milliseconds for the
calculation.
$sel:progress:CalculationStatistics', calculationStatistics_progress - The progress of the calculation.
calculationStatistics_dpuExecutionInMillis :: Lens' CalculationStatistics (Maybe Integer) Source #
The data processing unit execution time in milliseconds for the calculation.
calculationStatistics_progress :: Lens' CalculationStatistics (Maybe Text) Source #
The progress of the calculation.