| 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.SageMakerGeoSpatial.Types.TemporalStatisticsConfigInput
Description
Synopsis
- data TemporalStatisticsConfigInput = TemporalStatisticsConfigInput' {}
- newTemporalStatisticsConfigInput :: NonEmpty TemporalStatistics -> TemporalStatisticsConfigInput
- temporalStatisticsConfigInput_groupBy :: Lens' TemporalStatisticsConfigInput (Maybe GroupBy)
- temporalStatisticsConfigInput_targetBands :: Lens' TemporalStatisticsConfigInput (Maybe (NonEmpty Text))
- temporalStatisticsConfigInput_statistics :: Lens' TemporalStatisticsConfigInput (NonEmpty TemporalStatistics)
Documentation
data TemporalStatisticsConfigInput Source #
See: newTemporalStatisticsConfigInput smart constructor.
Constructors
| TemporalStatisticsConfigInput' | |
Fields | |
Instances
newTemporalStatisticsConfigInput Source #
Arguments
| :: NonEmpty TemporalStatistics | |
| -> TemporalStatisticsConfigInput |
Create a value of TemporalStatisticsConfigInput 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:groupBy:TemporalStatisticsConfigInput', temporalStatisticsConfigInput_groupBy -
$sel:targetBands:TemporalStatisticsConfigInput', temporalStatisticsConfigInput_targetBands -
$sel:statistics:TemporalStatisticsConfigInput', temporalStatisticsConfigInput_statistics -
temporalStatisticsConfigInput_groupBy :: Lens' TemporalStatisticsConfigInput (Maybe GroupBy) Source #