tfdv.display_schema
Stay organized with collections
Save and categorize content based on your preferences.
Displays the input schema (for use in a Jupyter notebook).
tfdv.display_schema(
schema: schema_pb2.Schema
) -> None
Used in the notebooks
Args |
schema
|
A Schema protocol buffer.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-18 UTC.
[null,null,["Last updated 2024-10-18 UTC."],[],[],null,["# tfdv.display_schema\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/data-validation/blob/v1.16.1/tensorflow_data_validation/utils/display_util.py#L210-L221) |\n\nDisplays the input schema (for use in a Jupyter notebook). \n\n tfdv.display_schema(\n schema: schema_pb2.Schema\n ) -\u003e None\n\n### Used in the notebooks\n\n| Used in the tutorials |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| - [TensorFlow Data Validation](https://www.tensorflow.org/tfx/tutorials/data_validation/tfdv_basic) - [Graph-based Neural Structured Learning in TFX](https://www.tensorflow.org/tfx/tutorials/tfx/neural_structured_learning) |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------|---------------------------|\n| `schema` | A Schema protocol buffer. |\n\n\u003cbr /\u003e"]]