SamplingStrategy

Sampling Strategy for logging, can be for both training and prediction dataset.

JSON representation
{
  "randomSampleConfig": {
    object (RandomSampleConfig)
  }
}
Fields
randomSampleConfig

object (RandomSampleConfig)

Random sample config. Will support more sampling strategies later.

RandomSampleConfig

Requests are randomly selected.

JSON representation
{
  "sampleRate": number
}
Fields
sampleRate

number

Sample rate (0, 1]