We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414bdb0 commit d030e3fCopy full SHA for d030e3f
sdks/python/apache_beam/yaml/yaml_io.py
@@ -629,8 +629,10 @@ def write_to_tfrecord(
629
set to 1 and only one file will be generated. The default pattern used
630
is '-SSSSS-of-NNNNN' if None is passed as the shard_name_template.
631
compression_type: Used to handle compressed output files. Typical value
632
- is CompressionTypes.AUTO, in which case the file_path's extension will
633
- be used to detect the compression.
+ is CompressionTypes.AUTO, in which case the file_path's extension will
+ be used to detect the compression.
634
+ no_splling: Used to skip the spilling of data caused by having
635
+ maxNumWritersPerBundle.
636
637
Returns:
638
A WriteToTFRecord transform object.
0 commit comments