damccorm commented on code in PR #29720:
URL: https://github.com/apache/beam/pull/29720#discussion_r1424502676
##########
sdks/python/apache_beam/ml/transforms/tft.py:
##########
@@ -558,7 +560,8 @@ def __init__(
compute_word_count: A boolean that specifies whether to compute
the unique word count over the entire dataset. Defaults to False.
key_vocab_filename: The file name for the key vocabulary file when
- compute_word_count is True.
+ compute_word_count is True. If empty, a file name
+ will be chosen based on the current scope
Review Comment:
Should this have the same info about us adding a suffix?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]