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