pub struct BenchmarkThresholds {
pub min_f1: Option<f64>,
pub min_precision: Option<f64>,
pub min_recall: Option<f64>,
pub min_entity_accuracy: Option<f64>,
pub min_confidence_calibration: Option<f64>,
pub min_type_accuracy: Option<f64>,
pub min_workflow_score: Option<f64>,
}Fields§
§min_f1: Option<f64>§min_precision: Option<f64>§min_recall: Option<f64>§min_entity_accuracy: Option<f64>§min_confidence_calibration: Option<f64>§min_type_accuracy: Option<f64>§min_workflow_score: Option<f64>Trait Implementations§
Source§impl Clone for BenchmarkThresholds
impl Clone for BenchmarkThresholds
Source§fn clone(&self) -> BenchmarkThresholds
fn clone(&self) -> BenchmarkThresholds
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BenchmarkThresholds
impl Debug for BenchmarkThresholds
Source§impl Default for BenchmarkThresholds
impl Default for BenchmarkThresholds
Source§fn default() -> BenchmarkThresholds
fn default() -> BenchmarkThresholds
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BenchmarkThresholds
impl<'de> Deserialize<'de> for BenchmarkThresholds
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 BenchmarkThresholds
impl RefUnwindSafe for BenchmarkThresholds
impl Send for BenchmarkThresholds
impl Sync for BenchmarkThresholds
impl Unpin for BenchmarkThresholds
impl UnsafeUnpin for BenchmarkThresholds
impl UnwindSafe for BenchmarkThresholds
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