ray.tune.syncer._DefaultSyncer#

class ray.tune.syncer._DefaultSyncer(sync_period: float = 300, sync_timeout: float = 1800)[source]#

Bases: ray.tune.syncer._BackgroundSyncer

Default syncer between local storage and remote URI.