pub unsafe extern "C" fn ml__list_experiments(
hive_url_ptr: *const u8,
hive_url_len: u32,
hive_port: u32,
__ark_ffi_output: *mut FutureHandle,
) -> ErrorCodeExpand description
Lists all experiments on the machine learning server.
The promise outputs a Vec<ExperimentInfo>.