pub struct StackingFitContract {
pub meta_training_features: MetaTrainingFeatures,
pub inference_features: InferenceFeatures,
pub selection_protocol: SelectionProtocol,
pub meta_row_domain: MetaRowDomain,
pub final_reduction_id: Option<String>,
pub unsafe_allow_reuse_oof: bool,
}Fields§
§meta_training_features: MetaTrainingFeatures§inference_features: InferenceFeatures§selection_protocol: SelectionProtocol§meta_row_domain: MetaRowDomain§final_reduction_id: Option<String>§unsafe_allow_reuse_oof: boolImplementations§
Source§impl StackingFitContract
impl StackingFitContract
pub fn validate(&self) -> Result<(), DagMlError>
Trait Implementations§
Source§impl Clone for StackingFitContract
impl Clone for StackingFitContract
Source§fn clone(&self) -> StackingFitContract
fn clone(&self) -> StackingFitContract
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 StackingFitContract
impl Debug for StackingFitContract
Source§impl<'de> Deserialize<'de> for StackingFitContract
impl<'de> Deserialize<'de> for StackingFitContract
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<StackingFitContract, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<StackingFitContract, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StackingFitContract
Source§impl PartialEq for StackingFitContract
impl PartialEq for StackingFitContract
Source§fn eq(&self, other: &StackingFitContract) -> bool
fn eq(&self, other: &StackingFitContract) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StackingFitContract
impl Serialize for StackingFitContract
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 StackingFitContract
Auto Trait Implementations§
impl Freeze for StackingFitContract
impl RefUnwindSafe for StackingFitContract
impl Send for StackingFitContract
impl Sync for StackingFitContract
impl Unpin for StackingFitContract
impl UnsafeUnpin for StackingFitContract
impl UnwindSafe for StackingFitContract
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.