Class: Aws::ForecastService::Types::TimeSeriesIdentifiers

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-forecastservice/types.rb

Overview

Details about the import file that contains the time series for which you want to create forecasts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

The source of your data, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an Key Management Service (KMS) key.



6783
6784
6785
6786
6787
6788
6789
# File 'lib/aws-sdk-forecastservice/types.rb', line 6783

class TimeSeriesIdentifiers < Struct.new(
  :data_source,
  :schema,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the data, either CSV or PARQUET.



6783
6784
6785
6786
6787
6788
6789
# File 'lib/aws-sdk-forecastservice/types.rb', line 6783

class TimeSeriesIdentifiers < Struct.new(
  :data_source,
  :schema,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#schemaTypes::Schema

Defines the fields of a dataset.



6783
6784
6785
6786
6787
6788
6789
# File 'lib/aws-sdk-forecastservice/types.rb', line 6783

class TimeSeriesIdentifiers < Struct.new(
  :data_source,
  :schema,
  :format)
  SENSITIVE = []
  include Aws::Structure
end