ml__experiment_config

Function ml__experiment_config 

Source
pub unsafe extern "C" fn ml__experiment_config(
    context: TrainingHandle,
    __ark_ffi_output: *mut ExperimentConfigFuture,
) -> ErrorCode
Expand description

Retrieves the configuration for the experiment.

The user specified configuration is usually a json blob specified when creating the experiment. This may require it to be downloaded from the hive server.