Class: Aws::ForecastService::Types::TimeSeriesSelector

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

Overview

Defines the set of time series that are used to create the forecasts in a TimeSeriesIdentifiers object.

The TimeSeriesIdentifiers object needs the following information:

  • DataSource

  • Format

  • Schema

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#time_series_identifiersTypes::TimeSeriesIdentifiers

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



6850
6851
6852
6853
6854
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6850

class TimeSeriesSelector < Struct.new(
  :time_series_identifiers)
  SENSITIVE = []
  include Aws::Structure
end