pub fn experimental_group_by_window_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    input_dataset: O0,
    key_func_other_arguments: O1,
    reduce_func_other_arguments: O2,
    window_size_func_other_arguments: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ExperimentalGroupByWindowDataset::new().build(input_dataset, key_func_other_arguments, reduce_func_other_arguments, window_size_func_other_arguments, scope).