Class: Aws::ForecastService::Types::TimeSeriesReplacementsDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::TimeSeriesReplacementsDataSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
A replacement dataset is a modified version of the baseline related time series that contains only the values that you want to include in a what-if forecast. The replacement dataset must contain the forecast dimensions and item identifiers in the baseline related time series as well as at least 1 changed time series. This dataset is merged with the baseline related time series to create a transformed dataset that is used for the what-if forecast.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the replacement data, CSV or PARQUET.
-
#s3_config ⇒ Types::S3Config
The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s).
-
#schema ⇒ Types::Schema
Defines the fields of a dataset.
-
#timestamp_format ⇒ String
The timestamp format of the replacement data.
Instance Attribute Details
#format ⇒ String
The format of the replacement data, CSV or PARQUET.
6823 6824 6825 6826 6827 6828 6829 6830 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6823 class TimeSeriesReplacementsDataSource < Struct.new( :s3_config, :schema, :format, :timestamp_format) SENSITIVE = [] include Aws::Structure end |
#s3_config ⇒ Types::S3Config
The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s). Optionally, includes an Key Management Service (KMS) key. This object is part of the DataSource object that is submitted in the CreateDatasetImportJob request, and part of the DataDestination object.
6823 6824 6825 6826 6827 6828 6829 6830 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6823 class TimeSeriesReplacementsDataSource < Struct.new( :s3_config, :schema, :format, :timestamp_format) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::Schema
Defines the fields of a dataset.
6823 6824 6825 6826 6827 6828 6829 6830 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6823 class TimeSeriesReplacementsDataSource < Struct.new( :s3_config, :schema, :format, :timestamp_format) SENSITIVE = [] include Aws::Structure end |
#timestamp_format ⇒ String
The timestamp format of the replacement data.
6823 6824 6825 6826 6827 6828 6829 6830 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6823 class TimeSeriesReplacementsDataSource < Struct.new( :s3_config, :schema, :format, :timestamp_format) SENSITIVE = [] include Aws::Structure end |