pub enum MlPipelineStepKind {
Show 14 variants
Ingest,
Validate,
Clean,
Transform,
Featurize,
Split,
Train,
Tune,
Evaluate,
Register,
Deploy,
Monitor,
Rollback,
Other,
}Variants§
Ingest
Validate
Clean
Transform
Featurize
Split
Train
Tune
Evaluate
Register
Deploy
Monitor
Rollback
Other
Implementations§
Trait Implementations§
Source§impl Clone for MlPipelineStepKind
impl Clone for MlPipelineStepKind
Source§fn clone(&self) -> MlPipelineStepKind
fn clone(&self) -> MlPipelineStepKind
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 MlPipelineStepKind
impl Debug for MlPipelineStepKind
Source§impl Display for MlPipelineStepKind
impl Display for MlPipelineStepKind
Source§impl FromStr for MlPipelineStepKind
impl FromStr for MlPipelineStepKind
Source§impl Hash for MlPipelineStepKind
impl Hash for MlPipelineStepKind
Source§impl Ord for MlPipelineStepKind
impl Ord for MlPipelineStepKind
Source§fn cmp(&self, other: &MlPipelineStepKind) -> Ordering
fn cmp(&self, other: &MlPipelineStepKind) -> 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 MlPipelineStepKind
impl PartialEq for MlPipelineStepKind
Source§impl PartialOrd for MlPipelineStepKind
impl PartialOrd for MlPipelineStepKind
impl Copy for MlPipelineStepKind
impl Eq for MlPipelineStepKind
impl StructuralPartialEq for MlPipelineStepKind
Auto Trait Implementations§
impl Freeze for MlPipelineStepKind
impl RefUnwindSafe for MlPipelineStepKind
impl Send for MlPipelineStepKind
impl Sync for MlPipelineStepKind
impl Unpin for MlPipelineStepKind
impl UnsafeUnpin for MlPipelineStepKind
impl UnwindSafe for MlPipelineStepKind
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