pub struct StatisticalDriftLabelingSchemaConfig {
pub enabled: bool,
pub min_magnitude_threshold: f64,
}Expand description
Statistical drift labeling configuration.
Fields§
§enabled: boolEnable statistical drift labeling.
min_magnitude_threshold: f64Minimum magnitude threshold.
Trait Implementations§
Source§impl Clone for StatisticalDriftLabelingSchemaConfig
impl Clone for StatisticalDriftLabelingSchemaConfig
Source§fn clone(&self) -> StatisticalDriftLabelingSchemaConfig
fn clone(&self) -> StatisticalDriftLabelingSchemaConfig
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<'de> Deserialize<'de> for StatisticalDriftLabelingSchemaConfig
impl<'de> Deserialize<'de> for StatisticalDriftLabelingSchemaConfig
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 StatisticalDriftLabelingSchemaConfig
impl RefUnwindSafe for StatisticalDriftLabelingSchemaConfig
impl Send for StatisticalDriftLabelingSchemaConfig
impl Sync for StatisticalDriftLabelingSchemaConfig
impl Unpin for StatisticalDriftLabelingSchemaConfig
impl UnwindSafe for StatisticalDriftLabelingSchemaConfig
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