enableLogging property

bool? enableLogging
getter/setter pair

Dump the anomalies to Cloud Logging.

The anomalies will be put to json payload encoded from proto ModelMonitoringStatsAnomalies. This can be further synced to Pub/Sub or any other services supported by Cloud Logging.

Implementation

core.bool? enableLogging;