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