View source on GitHub |
Writes the Anomalies proto to a file in text format.
tfdv.write_anomalies_text(
anomalies: anomalies_pb2.Anomalies, output_path: Text
) -> None
Args | |
---|---|
anomalies
|
An Anomalies protocol buffer. |
output_path
|
File path to which to write the Anomalies proto. |
Raises | |
---|---|
TypeError
|
If the input Anomalies proto is not of the expected type. |