Enum MlCheckpointKind
pub enum MlCheckpointKind {
Best,
Latest,
Epoch,
Step,
Manual,
Final,
}Variants§
Implementations§
§impl MlCheckpointKind
impl MlCheckpointKind
Trait Implementations§
§impl Clone for MlCheckpointKind
impl Clone for MlCheckpointKind
§fn clone(&self) -> MlCheckpointKind
fn clone(&self) -> MlCheckpointKind
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 MlCheckpointKind
impl Debug for MlCheckpointKind
§impl Display for MlCheckpointKind
impl Display for MlCheckpointKind
§impl FromStr for MlCheckpointKind
impl FromStr for MlCheckpointKind
§type Err = MlTrainingError
type Err = MlTrainingError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlCheckpointKind, <MlCheckpointKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlCheckpointKind, <MlCheckpointKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlCheckpointKind
impl Hash for MlCheckpointKind
§impl Ord for MlCheckpointKind
impl Ord for MlCheckpointKind
§fn cmp(&self, other: &MlCheckpointKind) -> Ordering
fn cmp(&self, other: &MlCheckpointKind) -> 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 MlCheckpointKind
impl PartialEq for MlCheckpointKind
§impl PartialOrd for MlCheckpointKind
impl PartialOrd for MlCheckpointKind
impl Copy for MlCheckpointKind
impl Eq for MlCheckpointKind
impl StructuralPartialEq for MlCheckpointKind
Auto Trait Implementations§
impl Freeze for MlCheckpointKind
impl RefUnwindSafe for MlCheckpointKind
impl Send for MlCheckpointKind
impl Sync for MlCheckpointKind
impl Unpin for MlCheckpointKind
impl UnsafeUnpin for MlCheckpointKind
impl UnwindSafe for MlCheckpointKind
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