class Aws::ForecastService::Types::Schema

Defines the fields of a dataset. You specify this object in the CreateDataset request.

@note When making an API call, you may pass Schema

data as a hash:

    {
      attributes: [
        {
          attribute_name: "Name",
          attribute_type: "string", # accepts string, integer, float, timestamp, geolocation
        },
      ],
    }

@!attribute [rw] attributes

An array of attributes specifying the name and type of each field in
a dataset.
@return [Array<Types::SchemaAttribute>]

@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/Schema AWS API Documentation

Constants

SENSITIVE