How to set upload_dir when calling tune.run_experiments

When starting a run with tune.run_experiments, how do you pass a SyncConfig object to set the “upload_folder” for syncing to an S3 bucket? In prior versions the upload_dir was just set directly in the experiment spec.

Trying to get some sagemaker examples to work with Ray 1.9.2:

I’m afraid this isn’t supported directly on Ray right now – can you file a feature request? it should be straightforward to support.