pub struct FineTuningJobWandbIntegrationObject {
pub type_: String,
pub wandb: FineTuningJobWandbIntegration,
}Fields§
§type_: StringThe type of the integration being enabled for the fine-tuning job
wandb: FineTuningJobWandbIntegrationThe settings for your integration with Weights and Biases.
Trait Implementations§
Source§impl Clone for FineTuningJobWandbIntegrationObject
impl Clone for FineTuningJobWandbIntegrationObject
Source§fn clone(&self) -> FineTuningJobWandbIntegrationObject
fn clone(&self) -> FineTuningJobWandbIntegrationObject
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<'de> Deserialize<'de> for FineTuningJobWandbIntegrationObject
impl<'de> Deserialize<'de> for FineTuningJobWandbIntegrationObject
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 FineTuningJobWandbIntegrationObject
impl RefUnwindSafe for FineTuningJobWandbIntegrationObject
impl Send for FineTuningJobWandbIntegrationObject
impl Sync for FineTuningJobWandbIntegrationObject
impl Unpin for FineTuningJobWandbIntegrationObject
impl UnsafeUnpin for FineTuningJobWandbIntegrationObject
impl UnwindSafe for FineTuningJobWandbIntegrationObject
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