enableAccessLogging property

bool? enableAccessLogging
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 prediction request. Note that logs may incur a cost, especially if your project receives prediction requests at a high queries per second rate (QPS). Estimate your costs before enabling this option.

Implementation

core.bool? enableAccessLogging;