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