deleteExplainability
inline suspend fun ForecastClient.deleteExplainability(crossinline block: DeleteExplainabilityRequest.Builder.() -> Unit): DeleteExplainabilityResponse
Deletes an Explainability resource.
You can delete only predictor that have a status of ACTIVE
or CREATE_FAILED
. To get the status, use the DescribeExplainability operation.