mindspore.dataset.config.get_autotune_interval

mindspore.dataset.config.get_autotune_interval()

Get the current configuration adjustment interval (in steps) for AutoTune.

Returns

int, the configuration adjustment interval (in steps) for AutoTune.

Examples

>>> # get the global configuration of the autotuning interval
>>> autotune_interval = ds.config.get_autotune_interval()