Package ai.promoted.delivery.client
Interface Sampler
-
- All Known Implementing Classes:
SamplerImpl
public interface SamplerAlgorithms that let us choose a subset of SDK traffic to process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansampleRandom(float threshold)Simple random sampling that selects below the given threshold.
-