pub struct CreateFineTuningJobRequestIntegrations {
pub _type: Value,
pub wandb: CreateFineTuningJobRequestWandb,
}
Fields§
§_type: Value
The type of integration to enable. Currently, only "wandb" (Weights and Biases) is supported.
wandb: CreateFineTuningJobRequestWandb
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CreateFineTuningJobRequestIntegrations
impl<'de> Deserialize<'de> for CreateFineTuningJobRequestIntegrations
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 CreateFineTuningJobRequestIntegrations
impl RefUnwindSafe for CreateFineTuningJobRequestIntegrations
impl Send for CreateFineTuningJobRequestIntegrations
impl Sync for CreateFineTuningJobRequestIntegrations
impl Unpin for CreateFineTuningJobRequestIntegrations
impl UnwindSafe for CreateFineTuningJobRequestIntegrations
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