set_worker_module_link

Function set_worker_module_link 

Source
pub fn set_worker_module_link(cid: &str) -> FFIResult<()>
Expand description

Set the cid of the module that will be started when training in the cloud with remote workers.

Hacky workaround for not being able to get info about the current module in the api host. Should be deprecated as soon as a better alternative comes along.