pub struct TrainingLossRoleReference {
pub schema_version: u32,
pub node_id: NodeId,
pub output_id: Option<String>,
pub phases: BTreeSet<Phase>,
pub loss: LossReference,
}Fields§
§schema_version: u32§node_id: NodeId§output_id: Option<String>§phases: BTreeSet<Phase>§loss: LossReferenceImplementations§
Source§impl TrainingLossRoleReference
impl TrainingLossRoleReference
pub fn from_json(json: &str) -> Result<TrainingLossRoleReference, DagMlError>
pub fn validate(&self) -> Result<(), DagMlError>
Trait Implementations§
Source§impl Clone for TrainingLossRoleReference
impl Clone for TrainingLossRoleReference
Source§fn clone(&self) -> TrainingLossRoleReference
fn clone(&self) -> TrainingLossRoleReference
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 TrainingLossRoleReference
impl Debug for TrainingLossRoleReference
Source§impl<'de> Deserialize<'de> for TrainingLossRoleReference
impl<'de> Deserialize<'de> for TrainingLossRoleReference
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TrainingLossRoleReference, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TrainingLossRoleReference, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TrainingLossRoleReference
Source§impl Serialize for TrainingLossRoleReference
impl Serialize for TrainingLossRoleReference
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TrainingLossRoleReference
Auto Trait Implementations§
impl Freeze for TrainingLossRoleReference
impl RefUnwindSafe for TrainingLossRoleReference
impl Send for TrainingLossRoleReference
impl Sync for TrainingLossRoleReference
impl Unpin for TrainingLossRoleReference
impl UnsafeUnpin for TrainingLossRoleReference
impl UnwindSafe for TrainingLossRoleReference
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.