View source: R/forecastservice_operations.R
forecastservice_create_dataset_group | R Documentation |
Creates a dataset group, which holds a collection of related datasets. You can add datasets to the dataset group when you create the dataset group, or later by using the update_dataset_group
operation.
See https://www.paws-r-sdk.com/docs/forecastservice_create_dataset_group/ for full documentation.
forecastservice_create_dataset_group(
DatasetGroupName,
Domain,
DatasetArns = NULL,
Tags = NULL
)
DatasetGroupName |
[required] A name for the dataset group. |
Domain |
[required] The domain associated with the dataset group. When you add a dataset to
a dataset group, this value and the value specified for the The |
DatasetArns |
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group. |
Tags |
The optional metadata that you apply to the dataset group 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:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.