You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::InputDataConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputDataConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  dataset_group_arn: "Arn", # required
  supplementary_features: [
    {
      name: "Name", # required
      value: "Value", # required
    },
  ],
}

The data used to train a predictor. The data includes a dataset group and any supplementary features. You specify this object in the CreatePredictor request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The Amazon Resource Name (ARN) of the dataset group.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset group.

#supplementary_featuresArray<Types::SupplementaryFeature>

An array of supplementary features. The only supported feature is a holiday calendar.

Returns: