pub enum CreateFineTuningJobRequestIntegrationType {
Wandb,
}
Expand description
The type of integration to enable. Currently, only “wandb” (Weights and Biases) is supported.
Variants§
Wandb
wandb
Trait Implementations§
Source§impl Clone for CreateFineTuningJobRequestIntegrationType
impl Clone for CreateFineTuningJobRequestIntegrationType
Source§fn clone(&self) -> CreateFineTuningJobRequestIntegrationType
fn clone(&self) -> CreateFineTuningJobRequestIntegrationType
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<'de> Deserialize<'de> for CreateFineTuningJobRequestIntegrationType
impl<'de> Deserialize<'de> for CreateFineTuningJobRequestIntegrationType
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 CreateFineTuningJobRequestIntegrationType
impl PartialEq for CreateFineTuningJobRequestIntegrationType
Source§fn eq(&self, other: &CreateFineTuningJobRequestIntegrationType) -> bool
fn eq(&self, other: &CreateFineTuningJobRequestIntegrationType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateFineTuningJobRequestIntegrationType
impl StructuralPartialEq for CreateFineTuningJobRequestIntegrationType
Auto Trait Implementations§
impl Freeze for CreateFineTuningJobRequestIntegrationType
impl RefUnwindSafe for CreateFineTuningJobRequestIntegrationType
impl Send for CreateFineTuningJobRequestIntegrationType
impl Sync for CreateFineTuningJobRequestIntegrationType
impl Unpin for CreateFineTuningJobRequestIntegrationType
impl UnwindSafe for CreateFineTuningJobRequestIntegrationType
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