Class: Aws::ForecastService::Types::DataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DataConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
The data configuration for your dataset group and any additional datasets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_datasets ⇒ Array<Types::AdditionalDataset>
Additional built-in datasets like Holidays and the Weather Index.
-
#attribute_configs ⇒ Array<Types::AttributeConfig>
Aggregation and filling options for attributes in your dataset group.
-
#dataset_group_arn ⇒ String
The ARN of the dataset group used to train the predictor.
Instance Attribute Details
#additional_datasets ⇒ Array<Types::AdditionalDataset>
Additional built-in datasets like Holidays and the Weather Index.
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 1856 class DataConfig < Struct.new( :dataset_group_arn, :attribute_configs, :additional_datasets) SENSITIVE = [] include Aws::Structure end |
#attribute_configs ⇒ Array<Types::AttributeConfig>
Aggregation and filling options for attributes in your dataset group.
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 1856 class DataConfig < Struct.new( :dataset_group_arn, :attribute_configs, :additional_datasets) SENSITIVE = [] include Aws::Structure end |
#dataset_group_arn ⇒ String
The ARN of the dataset group used to train the predictor.
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 1856 class DataConfig < Struct.new( :dataset_group_arn, :attribute_configs, :additional_datasets) SENSITIVE = [] include Aws::Structure end |