pub fn experimental_assert_next_dataset<O0: Into<Output>, O1: Into<Output>>(
    input_dataset: O0,
    transformations: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ExperimentalAssertNextDataset::new().build(input_dataset, transformations, scope).