| 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.DataConfig
Description
Documentation
data DataConfig Source #
The data configuration for your dataset group and any additional datasets.
See: newDataConfig smart constructor.
Constructors
| DataConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DataConfig |
Create a value of DataConfig 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:additionalDatasets:DataConfig', dataConfig_additionalDatasets - Additional built-in datasets like Holidays and the Weather Index.
$sel:attributeConfigs:DataConfig', dataConfig_attributeConfigs - Aggregation and filling options for attributes in your dataset group.
$sel:datasetGroupArn:DataConfig', dataConfig_datasetGroupArn - The ARN of the dataset group used to train the predictor.
dataConfig_additionalDatasets :: Lens' DataConfig (Maybe (NonEmpty AdditionalDataset)) Source #
Additional built-in datasets like Holidays and the Weather Index.
dataConfig_attributeConfigs :: Lens' DataConfig (Maybe (NonEmpty AttributeConfig)) Source #
Aggregation and filling options for attributes in your dataset group.
dataConfig_datasetGroupArn :: Lens' DataConfig Text Source #
The ARN of the dataset group used to train the predictor.