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