pub enum MlModelArtifactKind {
Weights,
Config,
Tokenizer,
Vocabulary,
Preprocessor,
Pipeline,
Checkpoint,
Bundle,
Card,
Metrics,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlModelArtifactKind
impl Clone for MlModelArtifactKind
Source§fn clone(&self) -> MlModelArtifactKind
fn clone(&self) -> MlModelArtifactKind
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 MlModelArtifactKind
impl Debug for MlModelArtifactKind
Source§impl Display for MlModelArtifactKind
impl Display for MlModelArtifactKind
Source§impl FromStr for MlModelArtifactKind
impl FromStr for MlModelArtifactKind
Source§impl Hash for MlModelArtifactKind
impl Hash for MlModelArtifactKind
Source§impl Ord for MlModelArtifactKind
impl Ord for MlModelArtifactKind
Source§fn cmp(&self, other: &MlModelArtifactKind) -> Ordering
fn cmp(&self, other: &MlModelArtifactKind) -> 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 MlModelArtifactKind
impl PartialEq for MlModelArtifactKind
Source§fn eq(&self, other: &MlModelArtifactKind) -> bool
fn eq(&self, other: &MlModelArtifactKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlModelArtifactKind
impl PartialOrd for MlModelArtifactKind
impl Copy for MlModelArtifactKind
impl Eq for MlModelArtifactKind
impl StructuralPartialEq for MlModelArtifactKind
Auto Trait Implementations§
impl Freeze for MlModelArtifactKind
impl RefUnwindSafe for MlModelArtifactKind
impl Send for MlModelArtifactKind
impl Sync for MlModelArtifactKind
impl Unpin for MlModelArtifactKind
impl UnsafeUnpin for MlModelArtifactKind
impl UnwindSafe for MlModelArtifactKind
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