pub fn unique_dataset<O0: Into<Output>>( input_dataset: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for UniqueDataset::new().build(input_dataset, scope).
UniqueDataset::new().build(input_dataset, scope)