Sampling Strategy for logging, can be for both training and prediction dataset.
randomSampleConfig
object (RandomSampleConfig)
Random sample config. Will support more sampling strategies later.
| JSON representation |
|---|
{
"randomSampleConfig": {
object ( |
RandomSampleConfig
Requests are randomly selected.
sampleRate
number
Sample rate (0, 1]
| JSON representation |
|---|
{ "sampleRate": number } |