View source on GitHub |
Loads the schema stored in text format in the input path.
tfdv.load_schema_text(
input_path: Text
) -> schema_pb2.Schema
Args | |
---|---|
input_path
|
File path to load the schema from. |
Returns | |
---|---|
A Schema protocol buffer. |