onlinePredictionLogging property

bool? onlinePredictionLogging
getter/setter pair

If true, online prediction access logs are sent to Cloud Logging.

These logs are like standard server access logs, containing information like timestamp and latency for each request. Note that [logs may incur a cost](/stackdriver/pricing), especially if your project receives prediction requests at a high queries per second rate (QPS). Estimate your costs before enabling this option. Default is false.

Optional.

Implementation

core.bool? onlinePredictionLogging;