Delete Predictor
forecastservice_delete_predictor | R Documentation |
Deletes a predictor created using the DescribePredictor or CreatePredictor operations¶
Description¶
Deletes a predictor created using the describe_predictor
or
create_predictor
operations. You can delete only predictor that have a
status of ACTIVE
or CREATE_FAILED
. To get the status, use the
describe_predictor
operation.
Usage¶
forecastservice_delete_predictor(PredictorArn)
Arguments¶
PredictorArn |
[required] The Amazon Resource Name (ARN) of the predictor to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_predictor(
PredictorArn = "string"
)