Builder
Properties
The Amazon Resource Name (ARN) of the Amazon Forecast dataset that you want to import data to.
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.
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.
The format of the geolocation attribute. The geolocation attribute can be formatted in one of two ways:
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.
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
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
construct an aws.sdk.kotlin.services.forecast.model.DataSource inside the given block