pub struct BqmlIterationResult {
pub duration_ms: Option<i64>,
pub eval_loss: Option<f64>,
pub index: Option<i32>,
pub learn_rate: Option<f64>,
pub training_loss: Option<f64>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§duration_ms: Option<i64>Deprecated.
eval_loss: Option<f64>Deprecated.
index: Option<i32>Deprecated.
learn_rate: Option<f64>Deprecated.
training_loss: Option<f64>Deprecated.
Trait Implementations§
Source§impl Clone for BqmlIterationResult
impl Clone for BqmlIterationResult
Source§fn clone(&self) -> BqmlIterationResult
fn clone(&self) -> BqmlIterationResult
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 Debug for BqmlIterationResult
impl Debug for BqmlIterationResult
Source§impl Default for BqmlIterationResult
impl Default for BqmlIterationResult
Source§fn default() -> BqmlIterationResult
fn default() -> BqmlIterationResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BqmlIterationResult
impl<'de> Deserialize<'de> for BqmlIterationResult
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 Serialize for BqmlIterationResult
impl Serialize for BqmlIterationResult
impl Part for BqmlIterationResult
Auto Trait Implementations§
impl Freeze for BqmlIterationResult
impl RefUnwindSafe for BqmlIterationResult
impl Send for BqmlIterationResult
impl Sync for BqmlIterationResult
impl Unpin for BqmlIterationResult
impl UnwindSafe for BqmlIterationResult
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