pub struct VectorRegenerationReport {
pub profile: String,
pub table_name: String,
pub dimension: usize,
pub total_chunks: usize,
pub regenerated_rows: usize,
pub contract_persisted: bool,
pub notes: Vec<String>,
}Expand description
Report from a vector embedding regeneration run.
Fields§
§profile: String§table_name: String§dimension: usize§total_chunks: usize§regenerated_rows: usize§contract_persisted: bool§notes: Vec<String>Trait Implementations§
Source§impl Clone for VectorRegenerationReport
impl Clone for VectorRegenerationReport
Source§fn clone(&self) -> VectorRegenerationReport
fn clone(&self) -> VectorRegenerationReport
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 VectorRegenerationReport
impl Debug for VectorRegenerationReport
Source§impl PartialEq for VectorRegenerationReport
impl PartialEq for VectorRegenerationReport
Source§impl Serialize for VectorRegenerationReport
impl Serialize for VectorRegenerationReport
impl Eq for VectorRegenerationReport
impl StructuralPartialEq for VectorRegenerationReport
Auto Trait Implementations§
impl Freeze for VectorRegenerationReport
impl RefUnwindSafe for VectorRegenerationReport
impl Send for VectorRegenerationReport
impl Sync for VectorRegenerationReport
impl Unpin for VectorRegenerationReport
impl UnsafeUnpin for VectorRegenerationReport
impl UnwindSafe for VectorRegenerationReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.