Struct reductionml_core::metrics::IpsMetric
source · pub struct IpsMetric {
pub examples_count: u64,
pub weighted_reward: f32,
}
Fields§
§examples_count: u64
§weighted_reward: f32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IpsMetric
impl Send for IpsMetric
impl Sync for IpsMetric
impl Unpin for IpsMetric
impl UnwindSafe for IpsMetric
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more