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

Shorthand for FilterByLastComponentDataset::new().build(input_dataset, scope).