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

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

Returns:



6783
6784
6785
6786
6787
6788
6789
# File 'gems/aws-sdk-forecastservice/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.

Returns:

  • (String)


6783
6784
6785
6786
6787
6788
6789
# File 'gems/aws-sdk-forecastservice/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.

Returns:



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

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