forecastservice_delete_forecast {paws.machine.learning} | R Documentation |
Deletes a forecast created using the CreateForecast operation
Description
Deletes a forecast created using the create_forecast
operation. You can delete only forecasts that have a status of ACTIVE
or CREATE_FAILED
. To get the status, use the describe_forecast
operation.
See https://www.paws-r-sdk.com/docs/forecastservice_delete_forecast/ for full documentation.
Usage
forecastservice_delete_forecast(ForecastArn)
Arguments
ForecastArn |
[required] The Amazon Resource Name (ARN) of the forecast to delete. |
[Package paws.machine.learning version 0.7.0 Index]