pub struct WandbIntegration {
pub project: String,
pub name: Option<String>,
pub entity: Option<String>,
pub tags: Option<Vec<String>>,
}Expand description
Weights & Biases integration settings.
Fields§
§project: String§name: Option<String>§entity: Option<String>Trait Implementations§
Source§impl Clone for WandbIntegration
impl Clone for WandbIntegration
Source§fn clone(&self) -> WandbIntegration
fn clone(&self) -> WandbIntegration
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 Debug for WandbIntegration
impl Debug for WandbIntegration
Source§impl<'de> Deserialize<'de> for WandbIntegration
impl<'de> Deserialize<'de> for WandbIntegration
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 WandbIntegration
impl RefUnwindSafe for WandbIntegration
impl Send for WandbIntegration
impl Sync for WandbIntegration
impl Unpin for WandbIntegration
impl UnsafeUnpin for WandbIntegration
impl UnwindSafe for WandbIntegration
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