pub fn snapshot_dataset_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    input_dataset: O0,
    path: O1,
    reader_func_other_args: O2,
    shard_func_other_args: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SnapshotDatasetV2::new().build(input_dataset, path, reader_func_other_args, shard_func_other_args, scope).