Structs§
- Fixed
Buffer String - 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§
- Future
Handle - A handle to a future on the engine-side.
- Inference
Handle - Training
Handle