View source: R/forecastservice_operations.R
forecastservice_delete_dataset_group | R Documentation |
Deletes a dataset group created using the create_dataset_group
operation. You can only delete dataset groups that have a status of ACTIVE
, CREATE_FAILED
, or UPDATE_FAILED
. To get the status, use the describe_dataset_group
operation.
See https://www.paws-r-sdk.com/docs/forecastservice_delete_dataset_group/ for full documentation.
forecastservice_delete_dataset_group(DatasetGroupArn)
DatasetGroupArn |
[required] The Amazon Resource Name (ARN) of the dataset group to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.