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 Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an 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 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 '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 |
#format ⇒ String
The format of the data, either CSV or PARQUET.
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 |
#schema ⇒ Types::Schema
Defines the fields of a dataset.
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 |