Class: Aws::ForecastService::Types::TimeSeriesReplacementsDataSource

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

Instance Attribute Details

#formatString

The format of the replacement data, CSV or PARQUET.

Returns:

  • (String)


6823
6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6823

class TimeSeriesReplacementsDataSource < Struct.new(
  :s3_config,
  :schema,
  :format,
  :timestamp_format)
  SENSITIVE = []
  include Aws::Structure
end

#s3_configTypes::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.

Returns:



6823
6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6823

class TimeSeriesReplacementsDataSource < Struct.new(
  :s3_config,
  :schema,
  :format,
  :timestamp_format)
  SENSITIVE = []
  include Aws::Structure
end

#schemaTypes::Schema

Defines the fields of a dataset.

Returns:



6823
6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6823

class TimeSeriesReplacementsDataSource < Struct.new(
  :s3_config,
  :schema,
  :format,
  :timestamp_format)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp_formatString

The timestamp format of the replacement data.

Returns:

  • (String)


6823
6824
6825
6826
6827
6828
6829
6830
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6823

class TimeSeriesReplacementsDataSource < Struct.new(
  :s3_config,
  :schema,
  :format,
  :timestamp_format)
  SENSITIVE = []
  include Aws::Structure
end