AnomalyDetectorMissingDataAction
Specifies the action to take when data is missing during anomaly detection evaluation.
Inheritors
Types
Functions
Casts this AnomalyDetectorMissingDataAction as a MarkAsAnomaly and retrieves its kotlin.Boolean value. Throws an exception if the AnomalyDetectorMissingDataAction is not a MarkAsAnomaly.
Casts this AnomalyDetectorMissingDataAction as a MarkAsAnomaly and retrieves its kotlin.Boolean value. Returns null if the AnomalyDetectorMissingDataAction is not a MarkAsAnomaly.
Casts this AnomalyDetectorMissingDataAction as a Skip and retrieves its kotlin.Boolean value. Throws an exception if the AnomalyDetectorMissingDataAction is not a Skip.
Casts this AnomalyDetectorMissingDataAction as a Skip and retrieves its kotlin.Boolean value. Returns null if the AnomalyDetectorMissingDataAction is not a Skip.