ForecastService / Client / delete_explainability
delete_explainability¶
- ForecastService.Client.delete_explainability(**kwargs)¶
- Deletes an Explainability resource. - You can delete only predictor that have a status of - ACTIVEor- CREATE_FAILED. To get the status, use the DescribeExplainability operation.- See also: AWS API Documentation - Request Syntax- response = client.delete_explainability( ExplainabilityArn='string' ) - Parameters:
- ExplainabilityArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the Explainability resource to delete. 
- Returns:
- None 
 - Exceptions