ml__list_experiments

Function ml__list_experiments 

Source
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,
) -> ErrorCode
Expand description

Lists all experiments on the machine learning server.

The promise outputs a Vec<ExperimentInfo>.