Builder

class Builder

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Forecast dataset that you want to import data to.

Link copied to clipboard

The name for the dataset import job. We recommend including the current timestamp in the name, for example, 20190721DatasetImport. This can help you avoid getting a ResourceAlreadyExistsException exception.

Link copied to clipboard

The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data. The training data must be stored in an Amazon S3 bucket.

Link copied to clipboard

The format of the imported data, CSV or PARQUET. The default value is CSV.

Link copied to clipboard

The format of the geolocation attribute. The geolocation attribute can be formatted in one of two ways:

Link copied to clipboard

Specifies whether the dataset import job is a FULL or INCREMENTAL import. A FULL dataset import replaces all of the existing data with the newly imported data. An INCREMENTAL import appends the imported data to the existing data.

Link copied to clipboard
var tags: List<Tag>?

The optional metadata that you apply to the dataset import job to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

Link copied to clipboard

The format of timestamps in the dataset. The format that you specify depends on the DataFrequency specified when the dataset was created. The following formats are supported

Link copied to clipboard

A single time zone for every item in your dataset. This option is ideal for datasets with all timestamps within a single time zone, or if all timestamps are normalized to a single time zone.

Link copied to clipboard

Automatically derive time zone information from the geolocation attribute. This option is ideal for datasets that contain timestamps in multiple time zones and those timestamps are expressed in local time.

Functions

Link copied to clipboard