Update Dataset Group
forecastservice_update_dataset_group | R Documentation |
Replaces the datasets in a dataset group with the specified datasets¶
Description¶
Replaces the datasets in a dataset group with the specified datasets.
The Status
of the dataset group must be ACTIVE
before you can use
the dataset group to create a predictor. Use the
describe_dataset_group
operation to get the status.
Usage¶
forecastservice_update_dataset_group(DatasetGroupArn, DatasetArns)
Arguments¶
DatasetGroupArn |
[required] The ARN of the dataset group. |
DatasetArns |
[required] An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group. |
Value¶
An empty list.
Request syntax¶
svc$update_dataset_group(
DatasetGroupArn = "string",
DatasetArns = list(
"string"
)
)