Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct StabilityAnalysisResult {
pub scores: Vec<BlockStabilityScore>,
pub stable_prefix_length: usize,
pub total_observations: u32,
}
Result of analyzing prompt stability across a set of observations.
scores: Vec<BlockStabilityScore>Stability score for each distinct prompt span.
stable_prefix_length: usizeNumber of leading blocks that were classified as stable.
total_observations: u32Total number of observations included in the analysis.
impl Clone for StabilityAnalysisResultimpl Clone for StabilityAnalysisResult
clonefn clone(&self) -> StabilityAnalysisResult
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for StabilityAnalysisResultimpl Debug for StabilityAnalysisResult
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for StabilityAnalysisResultimpl<'de> Deserialize<'de> for StabilityAnalysisResult
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for StabilityAnalysisResultimpl PartialEq for StabilityAnalysisResult
eqfn eq(&self, other: &StabilityAnalysisResult) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for StabilityAnalysisResultimpl Serialize for StabilityAnalysisResult
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for StabilityAnalysisResultimpl StructuralPartialEq for StabilityAnalysisResult