Class: Aws::ForecastService::Types::DataConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/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

Instance Attribute Details

#additional_datasetsArray<Types::AdditionalDataset>

Additional built-in datasets like Holidays and the Weather Index.

Returns:



1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-forecastservice/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_configsArray<Types::AttributeConfig>

Aggregation and filling options for attributes in your dataset group.

Returns:



1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-forecastservice/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_arnString

The ARN of the dataset group used to train the predictor.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1856

class DataConfig < Struct.new(
  :dataset_group_arn,
  :attribute_configs,
  :additional_datasets)
  SENSITIVE = []
  include Aws::Structure
end