pub enum MlEvaluationTarget {
Model,
Pipeline,
Dataset,
Feature,
Label,
Artifact,
TrainingRun,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlEvaluationTarget
impl Clone for MlEvaluationTarget
Source§fn clone(&self) -> MlEvaluationTarget
fn clone(&self) -> MlEvaluationTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MlEvaluationTarget
impl Debug for MlEvaluationTarget
Source§impl Display for MlEvaluationTarget
impl Display for MlEvaluationTarget
Source§impl FromStr for MlEvaluationTarget
impl FromStr for MlEvaluationTarget
Source§impl Hash for MlEvaluationTarget
impl Hash for MlEvaluationTarget
Source§impl Ord for MlEvaluationTarget
impl Ord for MlEvaluationTarget
Source§fn cmp(&self, other: &MlEvaluationTarget) -> Ordering
fn cmp(&self, other: &MlEvaluationTarget) -> Ordering
1.21.0 (const: unstable) · 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 MlEvaluationTarget
impl PartialEq for MlEvaluationTarget
Source§fn eq(&self, other: &MlEvaluationTarget) -> bool
fn eq(&self, other: &MlEvaluationTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlEvaluationTarget
impl PartialOrd for MlEvaluationTarget
impl Copy for MlEvaluationTarget
impl Eq for MlEvaluationTarget
impl StructuralPartialEq for MlEvaluationTarget
Auto Trait Implementations§
impl Freeze for MlEvaluationTarget
impl RefUnwindSafe for MlEvaluationTarget
impl Send for MlEvaluationTarget
impl Sync for MlEvaluationTarget
impl Unpin for MlEvaluationTarget
impl UnsafeUnpin for MlEvaluationTarget
impl UnwindSafe for MlEvaluationTarget
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