Enum MlFeatureKind
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§
§impl MlFeatureKind
impl MlFeatureKind
Trait Implementations§
§impl Clone for MlFeatureKind
impl Clone for MlFeatureKind
§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 more§impl Debug for MlFeatureKind
impl Debug for MlFeatureKind
§impl Display for MlFeatureKind
impl Display for MlFeatureKind
§impl FromStr for MlFeatureKind
impl FromStr for MlFeatureKind
§type Err = MlFeatureError
type Err = MlFeatureError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlFeatureKind, <MlFeatureKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlFeatureKind, <MlFeatureKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlFeatureKind
impl Hash for MlFeatureKind
§impl Ord for MlFeatureKind
impl Ord for MlFeatureKind
§impl PartialEq for MlFeatureKind
impl PartialEq for MlFeatureKind
§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