pub struct EmbeddingProfileSummary {
pub profile_id: i64,
pub model_identity: String,
pub model_version: Option<String>,
pub dimensions: i64,
pub normalization_policy: Option<String>,
pub max_tokens: Option<i64>,
pub activated_at: Option<i64>,
}Expand description
Slim projection of vector_embedding_profiles WHERE active=1.
Fields§
§profile_id: i64§model_identity: String§model_version: Option<String>§dimensions: i64§normalization_policy: Option<String>§max_tokens: Option<i64>§activated_at: Option<i64>Trait Implementations§
Source§impl Clone for EmbeddingProfileSummary
impl Clone for EmbeddingProfileSummary
Source§fn clone(&self) -> EmbeddingProfileSummary
fn clone(&self) -> EmbeddingProfileSummary
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 EmbeddingProfileSummary
impl Debug for EmbeddingProfileSummary
Source§impl PartialEq for EmbeddingProfileSummary
impl PartialEq for EmbeddingProfileSummary
Source§impl Serialize for EmbeddingProfileSummary
impl Serialize for EmbeddingProfileSummary
impl Eq for EmbeddingProfileSummary
impl StructuralPartialEq for EmbeddingProfileSummary
Auto Trait Implementations§
impl Freeze for EmbeddingProfileSummary
impl RefUnwindSafe for EmbeddingProfileSummary
impl Send for EmbeddingProfileSummary
impl Sync for EmbeddingProfileSummary
impl Unpin for EmbeddingProfileSummary
impl UnsafeUnpin for EmbeddingProfileSummary
impl UnwindSafe for EmbeddingProfileSummary
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.