| 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.Forecast.Types.TimeSeriesSelector
Description
Documentation
data TimeSeriesSelector Source #
Defines the set of time series that are used to create the forecasts in
a TimeSeriesIdentifiers object.
The TimeSeriesIdentifiers object needs the following information:
DataSource
Format
Schema
See: newTimeSeriesSelector smart constructor.
Constructors
| TimeSeriesSelector' | |
Fields
| |
Instances
newTimeSeriesSelector :: TimeSeriesSelector Source #
Create a value of TimeSeriesSelector 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:timeSeriesIdentifiers:TimeSeriesSelector', timeSeriesSelector_timeSeriesIdentifiers - Details about the import file that contains the time series for which
you want to create forecasts.
timeSeriesSelector_timeSeriesIdentifiers :: Lens' TimeSeriesSelector (Maybe TimeSeriesIdentifiers) Source #
Details about the import file that contains the time series for which you want to create forecasts.