pub enum MlExperimentStage {
Exploration,
Baseline,
Tuning,
Candidate,
Validation,
ProductionCandidate,
Archived,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlExperimentStage
impl Clone for MlExperimentStage
Source§fn clone(&self) -> MlExperimentStage
fn clone(&self) -> MlExperimentStage
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 MlExperimentStage
impl Debug for MlExperimentStage
Source§impl Display for MlExperimentStage
impl Display for MlExperimentStage
Source§impl FromStr for MlExperimentStage
impl FromStr for MlExperimentStage
Source§impl Hash for MlExperimentStage
impl Hash for MlExperimentStage
Source§impl Ord for MlExperimentStage
impl Ord for MlExperimentStage
Source§fn cmp(&self, other: &MlExperimentStage) -> Ordering
fn cmp(&self, other: &MlExperimentStage) -> 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 MlExperimentStage
impl PartialEq for MlExperimentStage
Source§impl PartialOrd for MlExperimentStage
impl PartialOrd for MlExperimentStage
impl Copy for MlExperimentStage
impl Eq for MlExperimentStage
impl StructuralPartialEq for MlExperimentStage
Auto Trait Implementations§
impl Freeze for MlExperimentStage
impl RefUnwindSafe for MlExperimentStage
impl Send for MlExperimentStage
impl Sync for MlExperimentStage
impl Unpin for MlExperimentStage
impl UnsafeUnpin for MlExperimentStage
impl UnwindSafe for MlExperimentStage
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