Skip to main content

RetrainCallback

Type Alias RetrainCallback 

Source
pub type RetrainCallback = Box<dyn Fn(&[DriftResult]) -> Result<String> + Send + Sync>;
Expand description

Callback type for retrain triggers

Aliased Typeยง

pub struct RetrainCallback(/* private fields */);