pub fn sampling_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    input_dataset: O0,
    rate: O1,
    seed: O2,
    seed2: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SamplingDataset::new().build(input_dataset, rate, seed, seed2, scope).