Module ml_v2

Module ml_v2 

Source

Structs§

ArkExperimentConfig
ExperimentConfigFuture
PollSimple
Indicates if a future has been completed. Should be an enum, but kept as a struct for symmetry with PollVec

Statics§

API
FFI API

Functions§

connect_to_experiment
Connects to an existing experiment.
download_snapshot_from_registry
Retrieves the latest snapshot from an experiment without connecting to it.
experiment_config
Retrieves the configuration for the experiment.
experiment_config_from_registry
Retrieves the configuration for an experiment without connecting to it.
ml__connect_to_experiment
Connects to an existing experiment.
ml__download_snapshot_from_registry
Retrieves the latest snapshot from an experiment without connecting to it.
ml__experiment_config
Retrieves the configuration for the experiment.
ml__experiment_config_from_registry
Retrieves the configuration for an experiment without connecting to it.
ml__poll_future_ark_experiment_config
ml__set_worker_module_link
Set the cid of the module that will be started when training in the cloud with remote workers.
ml__start_training
Starts training.
ml__start_training_from_checkpoint
Starts training from a checkpoint.
ml__stop_experiment
Stops all workers associated with an experiment handle.
ml__take_future_ark_experiment_config
poll_future_ark_experiment_config
set_worker_module_link
Set the cid of the module that will be started when training in the cloud with remote workers.
start_training
Starts training.
start_training_from_checkpoint
Starts training from a checkpoint.
stop_experiment
Stops all workers associated with an experiment handle.
take_future_ark_experiment_config

Type Aliases§

FutureHandle
A handle to a future on the engine-side.
TrainingHandle