View source: R/forecastservice_operations.R
forecastservice_create_dataset_import_job | R Documentation |
Imports your training data to an Amazon Forecast dataset. You provide the location of your training data in an Amazon Simple Storage Service (Amazon S3) bucket and the Amazon Resource Name (ARN) of the dataset that you want to import the data to.
See https://www.paws-r-sdk.com/docs/forecastservice_create_dataset_import_job/ for full documentation.
forecastservice_create_dataset_import_job(
DatasetImportJobName,
DatasetArn,
DataSource,
TimestampFormat = NULL,
TimeZone = NULL,
UseGeolocationForTimeZone = NULL,
GeolocationFormat = NULL,
Tags = NULL,
Format = NULL,
ImportMode = NULL
)
DatasetImportJobName |
[required] The name for the dataset import job. We recommend including the current
timestamp in the name, for example, |
DatasetArn |
[required] The Amazon Resource Name (ARN) of the Amazon Forecast dataset that you want to import data to. |
DataSource |
[required] 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. If encryption is used, |
TimestampFormat |
The format of timestamps in the dataset. The format that you specify
depends on the
If the format isn't specified, Amazon Forecast expects the format to be "yyyy-MM-dd HH:mm:ss". |
TimeZone |
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. Refer to the Joda-Time API for a complete list of valid time zone names. |
UseGeolocationForTimeZone |
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. |
GeolocationFormat |
The format of the geolocation attribute. The geolocation attribute can be formatted in one of two ways:
|
Tags |
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. The following basic restrictions apply to tags:
|
Format |
The format of the imported data, CSV or PARQUET. The default value is CSV. |
ImportMode |
Specifies whether the dataset import job is a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.