pub enum FineTuningJobEventType {
Message,
Metrics,
}
Variants§
Trait Implementations§
Source§impl Clone for FineTuningJobEventType
impl Clone for FineTuningJobEventType
Source§fn clone(&self) -> FineTuningJobEventType
fn clone(&self) -> FineTuningJobEventType
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 FineTuningJobEventType
impl Debug for FineTuningJobEventType
Source§impl<'de> Deserialize<'de> for FineTuningJobEventType
impl<'de> Deserialize<'de> for FineTuningJobEventType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FineTuningJobEventType
impl PartialEq for FineTuningJobEventType
Source§impl Serialize for FineTuningJobEventType
impl Serialize for FineTuningJobEventType
impl StructuralPartialEq for FineTuningJobEventType
Auto Trait Implementations§
impl Freeze for FineTuningJobEventType
impl RefUnwindSafe for FineTuningJobEventType
impl Send for FineTuningJobEventType
impl Sync for FineTuningJobEventType
impl Unpin for FineTuningJobEventType
impl UnwindSafe for FineTuningJobEventType
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