samplingPercentage property

double? samplingPercentage
getter/setter pair

Percentage of requests to be logged, expressed as a fraction from 0 to 1.

For example, if you want to log 10% of requests, enter 0.1. The sampling window is the lifetime of the model version. Defaults to 0.

Implementation

core.double? samplingPercentage;