mindspore.dataset.show
======================
.. py:function:: mindspore.dataset.show(dataset, indentation=2)
将数据处理管道图写入logger.info文件。
参数:
- **dataset** (Dataset) - 数据处理管道对象。
- **indentation** (int, 可选) - 设置MindSpore的INFO级别日志文件打印时的缩进字符数。若为None,则不缩进。