pub enum MlFeatureKind {
Show 14 variants
Numeric,
Categorical,
Ordinal,
Boolean,
Text,
Image,
Audio,
Video,
Timestamp,
Geospatial,
Vector,
Embedding,
Graph,
Other,
}Variants§
Numeric
Categorical
Ordinal
Boolean
Text
Image
Audio
Video
Timestamp
Geospatial
Vector
Embedding
Graph
Other
Implementations§
Trait Implementations§
Source§impl Clone for MlFeatureKind
impl Clone for MlFeatureKind
Source§fn clone(&self) -> MlFeatureKind
fn clone(&self) -> MlFeatureKind
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 MlFeatureKind
impl Debug for MlFeatureKind
Source§impl Display for MlFeatureKind
impl Display for MlFeatureKind
Source§impl FromStr for MlFeatureKind
impl FromStr for MlFeatureKind
Source§impl Hash for MlFeatureKind
impl Hash for MlFeatureKind
Source§impl Ord for MlFeatureKind
impl Ord for MlFeatureKind
Source§fn cmp(&self, other: &MlFeatureKind) -> Ordering
fn cmp(&self, other: &MlFeatureKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MlFeatureKind
impl PartialEq for MlFeatureKind
Source§impl PartialOrd for MlFeatureKind
impl PartialOrd for MlFeatureKind
impl Copy for MlFeatureKind
impl Eq for MlFeatureKind
impl StructuralPartialEq for MlFeatureKind
Auto Trait Implementations§
impl Freeze for MlFeatureKind
impl RefUnwindSafe for MlFeatureKind
impl Send for MlFeatureKind
impl Sync for MlFeatureKind
impl Unpin for MlFeatureKind
impl UnsafeUnpin for MlFeatureKind
impl UnwindSafe for MlFeatureKind
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