Module ml_v3

Module ml_v3 

Source

Structs§

FixedBufferString
A variable length string that can be up to N bytes long.
Metric
PollVec
Indicates if a future that outputs a Vec<T> has been completed. Should be an enum, but the ffi macros don’t support that

Statics§

API
FFI API

Functions§

download_metrics
Downloads metrics asynchronously
ml__download_metrics
Downloads metrics asynchronously
ml__poll_future_vec_metric
ml__push_inference_observation
Pushes an observation with metadata into a queue to be used later.
ml__push_training_observation
Pushes an observation with metadata into a queue to be used later.
ml__start_training
Starts training.
ml__take_future_vec_metric
poll_future_vec_metric
push_inference_observation
Pushes an observation with metadata into a queue to be used later.
push_training_observation
Pushes an observation with metadata into a queue to be used later.
start_training
Starts training.
take_future_vec_metric

Type Aliases§

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