mindspore.dataset.config.get_fast_recovery

mindspore.dataset.config.get_fast_recovery()

Get whether the fast recovery mode is enabled for the current dataset pipeline.

Returns

bool, whether the dataset recovers fast in failover reset.

Examples

>>> is_fast_recovery = ds.config.get_fast_recovery()