readAnomalyDetectionAll()
Home > @gooddata/sdk-backend-spi > IExecutionResult > readAnomalyDetectionAll
IExecutionResult.readAnomalyDetectionAll() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Reads anomaly detection for the execution result.
Signature:
readAnomalyDetectionAll(config: IAnomalyDetectionConfig): Promise<IAnomalyDetectionResult>;
Parameters
Parameter | Type | Description |
---|---|---|
config | IAnomalyDetectionConfig |
Returns:
Promise<IAnomalyDetectionResult>