exampleCount property
The maximum number of predictions to sample and save to BigQuery during each evaluation interval.
This limit overrides example_sample_percentage
: even if the service has
not sampled enough predictions to fulfill example_sample_perecentage
during an interval, it stops sampling predictions when it meets this
limit.
Required.
Implementation
core.int? exampleCount;