Class: Aws::ForecastService::Types::TimeSeriesIdentifiers
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::TimeSeriesIdentifiers
- 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
-
#data_source ⇒ Types::DataSource
The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key.
-
#format ⇒ String
The format of the data, either CSV or PARQUET.
-
#schema ⇒ Types::Schema
Defines the fields of a dataset.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key.
6703 6704 6705 6706 6707 6708 6709 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6703 class TimeSeriesIdentifiers < Struct.new( :data_source, :schema, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the data, either CSV or PARQUET.
6703 6704 6705 6706 6707 6708 6709 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6703 class TimeSeriesIdentifiers < Struct.new( :data_source, :schema, :format) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::Schema
Defines the fields of a dataset.
6703 6704 6705 6706 6707 6708 6709 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6703 class TimeSeriesIdentifiers < Struct.new( :data_source, :schema, :format) SENSITIVE = [] include Aws::Structure end |