pub fn initialize_table_from_dataset<O0: Into<Output>, O1: Into<Output>>(
    table_handle: O0,
    dataset: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for InitializeTableFromDataset::new().build(table_handle, dataset, scope).