pub fn experimental_matching_files_dataset<O0: Into<Output>>(
    patterns: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ExperimentalMatchingFilesDataset::new().build(patterns, scope).