pub fn sharded_filespec<O0: Into<Output>, O1: Into<Output>>( basename: O0, num_shards: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ShardedFilespec::new().build(basename, num_shards, scope).
ShardedFilespec::new().build(basename, num_shards, scope)