pub struct FineTuningIntegration {
pub _type: String,
pub wandb: CreateFineTuningJobRequestWandb,
}
Fields§
§_type: String
The type of the integration being enabled for the fine-tuning job
wandb: CreateFineTuningJobRequestWandb
Trait Implementations§
Source§impl Debug for FineTuningIntegration
impl Debug for FineTuningIntegration
Source§impl<'de> Deserialize<'de> for FineTuningIntegration
impl<'de> Deserialize<'de> for FineTuningIntegration
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
Auto Trait Implementations§
impl Freeze for FineTuningIntegration
impl RefUnwindSafe for FineTuningIntegration
impl Send for FineTuningIntegration
impl Sync for FineTuningIntegration
impl Unpin for FineTuningIntegration
impl UnwindSafe for FineTuningIntegration
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