pub struct ExternalDemoAMethodMetrics {
pub method_id: String,
pub label: String,
pub metric_source: String,
pub overall_mae: f32,
pub roi_mae: f32,
pub non_roi_mae: f32,
pub max_error: f32,
pub temporal_error_accumulation: f32,
pub intervention_rate: f32,
}Fields§
§method_id: String§label: String§metric_source: String§overall_mae: f32§roi_mae: f32§non_roi_mae: f32§max_error: f32§temporal_error_accumulation: f32§intervention_rate: f32Trait Implementations§
Source§impl Clone for ExternalDemoAMethodMetrics
impl Clone for ExternalDemoAMethodMetrics
Source§fn clone(&self) -> ExternalDemoAMethodMetrics
fn clone(&self) -> ExternalDemoAMethodMetrics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExternalDemoAMethodMetrics
impl Debug for ExternalDemoAMethodMetrics
Source§impl<'de> Deserialize<'de> for ExternalDemoAMethodMetrics
impl<'de> Deserialize<'de> for ExternalDemoAMethodMetrics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExternalDemoAMethodMetrics
impl RefUnwindSafe for ExternalDemoAMethodMetrics
impl Send for ExternalDemoAMethodMetrics
impl Sync for ExternalDemoAMethodMetrics
impl Unpin for ExternalDemoAMethodMetrics
impl UnsafeUnpin for ExternalDemoAMethodMetrics
impl UnwindSafe for ExternalDemoAMethodMetrics
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