pub struct OperatorBaselines {
pub investigation_baseline_layer: String,
pub episode_baseline_layer: String,
pub review_burden_baseline_layer: String,
pub baseline_investigation_points: usize,
pub baseline_episode_count: usize,
pub baseline_review_escalate_points_per_pass_run: f64,
pub baseline_review_escalate_episodes_per_pass_run: f64,
pub baseline_precursor_quality: Option<f64>,
pub baseline_recall: usize,
pub numeric_only_dsa: OperatorBaselineLayer,
pub current_policy_dsa: OperatorBaselineLayer,
pub raw_boundary: OperatorBaselineLayer,
}Fields§
§investigation_baseline_layer: String§episode_baseline_layer: String§review_burden_baseline_layer: String§baseline_investigation_points: usize§baseline_episode_count: usize§baseline_review_escalate_points_per_pass_run: f64§baseline_review_escalate_episodes_per_pass_run: f64§baseline_precursor_quality: Option<f64>§baseline_recall: usize§numeric_only_dsa: OperatorBaselineLayer§current_policy_dsa: OperatorBaselineLayer§raw_boundary: OperatorBaselineLayerTrait Implementations§
Source§impl Clone for OperatorBaselines
impl Clone for OperatorBaselines
Source§fn clone(&self) -> OperatorBaselines
fn clone(&self) -> OperatorBaselines
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 OperatorBaselines
impl Debug for OperatorBaselines
Auto Trait Implementations§
impl Freeze for OperatorBaselines
impl RefUnwindSafe for OperatorBaselines
impl Send for OperatorBaselines
impl Sync for OperatorBaselines
impl Unpin for OperatorBaselines
impl UnsafeUnpin for OperatorBaselines
impl UnwindSafe for OperatorBaselines
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