enableLogging property

bool? enableLogging
getter/setter pair

Dump the anomalies to Cloud Logging.

The anomalies will be put to json payload encoded from proto google.cloud.aiplatform.logging.ModelMonitoringAnomaliesLogEntry. This can be further sinked to Pub/Sub or any other services supported by Cloud Logging.

Implementation

core.bool? enableLogging;