Delete Explainability
forecastservice_delete_explainability | R Documentation |
Deletes an Explainability resource¶
Description¶
Deletes an Explainability resource.
You can delete only predictor that have a status of ACTIVE
or
CREATE_FAILED
. To get the status, use the describe_explainability
operation.
Usage¶
forecastservice_delete_explainability(ExplainabilityArn)
Arguments¶
ExplainabilityArn |
[required] The Amazon Resource Name (ARN) of the Explainability resource to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_explainability(
ExplainabilityArn = "string"
)