View source on GitHub |
API for writing serialized data statistics to TFRecord file.
tfdv.WriteStatisticsToTFRecord(
output_path: Text, sharded_output=False
) -> None
Args | |
---|---|
output_path
|
The output path or path prefix (if sharded_output=True). |
sharded_output
|
If true, writes sharded TFRecords files in the form output_path-SSSSS-of-NNNNN. |
Class Variables | |
---|---|
pipeline |
None
|