forecastservice_update_dataset_group {paws.machine.learning} | 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.
See https://www.paws-r-sdk.com/docs/forecastservice_update_dataset_group/ for full documentation.
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. |
[Package paws.machine.learning version 0.9.0 Index]